Skip to content

Commit

Permalink
missed a slash
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Sep 17, 2024
1 parent d5c00e1 commit c3b5518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected boolean onLoginSuccess(AuthenticationToken token, Subject subject, Ser
ServletResponse response) throws Exception {
if (request instanceof HttpServletRequest) {
FallbackPredicate loginFallbackType = (FallbackPredicate) request.getAttribute(LOGIN_PREDICATE_ATTR_NAME);
redirectToSaved(WebUtils.toHttp(request), WebUtils.toHttp(response), loginFallbackType, "");
redirectToSaved(WebUtils.toHttp(request), WebUtils.toHttp(response), loginFallbackType, "/");
}
return false;
}
Expand Down

0 comments on commit c3b5518

Please sign in to comment.