Skip to content

Commit

Permalink
Fix change password dialog not fully visible if mfa enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Mar 14, 2023
1 parent cd7a66d commit 84b2454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void onSuccess(Integer result) {
code.setFieldLabel(MSGS.loginCode());
if (gwtMfaCredentialOptions != null) {
credentialFormPanel.add(code);
DialogUtils.resizeDialog(ChangePasswordDialog.this, 400, 250);
DialogUtils.resizeDialog(ChangePasswordDialog.this, 400, 290);
}
bodyPanel.add(credentialFormPanel);
}
Expand Down

0 comments on commit 84b2454

Please sign in to comment.