Skip to content

Commit

Permalink
MID-8696:showing of success message after changing of password withou…
Browse files Browse the repository at this point in the history
…t showing result
  • Loading branch information
skublik committed Apr 13, 2023
1 parent 9b156c6 commit bb820a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected void finishChangePassword(final OperationResult result, AjaxRequestTar
}
}

showResult(result);
success(getString("PageResetPassword.reset.successful"));
AuthUtil.clearMidpointAuthentication();
throw new RestartResponseException(PageLogin.class);
} else if (showFeedback) {
Expand Down

0 comments on commit bb820a5

Please sign in to comment.