Skip to content

Commit

Permalink
Merge pull request #3740 from MDeLuise/fix/change-psw-dialog-mfa
Browse files Browse the repository at this point in the history
Fix change password dialog not fully visible if mfa enabled
  • Loading branch information
Coduz authored Mar 14, 2023
2 parents b6d83e2 + 653a58c commit 94c3ac5
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 94c3ac5

Please sign in to comment.