Skip to content

Commit

Permalink
MID-6235 [enter] submits the form on the Account Activation page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 28, 2020
1 parent 9f9c27b commit 8e1dea7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -181,7 +181,7 @@ protected void onError(AjaxRequestTarget target) {
target.add(getFeedbackPanel());
}
};

form.setDefaultButton(confirmPasswrod);
form.add(confirmPasswrod);

WebMarkupContainer confirmationContainer = new WebMarkupContainer(ID_CONFIRMATION_CONTAINER);
Expand Down

0 comments on commit 8e1dea7

Please sign in to comment.