Skip to content

Commit

Permalink
CB-4956 restore web session if it expired at login
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-skoblikov committed May 16, 2024
1 parent 6416486 commit cca4b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void bindWiring(DBWBindingContext model) throws DBWebException {
return true;
})
.dataFetcher("authUpdateStatus", env -> getService(env).authUpdateStatus(
getWebSession(env),
getWebSession(env, false),
env.getArgument("authId"),
CommonUtils.toBoolean(env.getArgument("linkUser"))
))
Expand Down

0 comments on commit cca4b48

Please sign in to comment.