We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db570ed commit 9e0d17cCopy full SHA for 9e0d17c
sormas-ui/src/main/java/de/symeda/sormas/ui/user/UserController.java
@@ -302,7 +302,7 @@ public void buttonClick(ClickEvent event) {
302
}
303
}, ValoTheme.BUTTON_LINK);
304
305
-
+
306
public ConfirmationComponent getResetPasswordConfirmationComponent(
307
String userUuid,
308
String userEmail,
@@ -516,8 +516,8 @@ public void buttonClick(ClickEvent event) {
516
517
else if (authenticationProvider.equalsIgnoreCase(AuthProvider.KEYCLOAK)) {
518
String resetUrl = buildKeycloakForgotPasswordUrl();
519
- Page.getCurrent().open(resetUrl, "_blank");
520
- }
+ Page.getCurrent().setLocation(resetUrl);
+ }
521
522
523
0 commit comments