Skip to content

Commit

Permalink
self registration captcha fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed May 23, 2023
1 parent 81026b6 commit e24d500
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,6 @@ protected void onError(AjaxRequestTarget target) {
}

protected void onSubmit(AjaxRequestTarget target) {
isSubmitted = true;
doRegistration(target);

}
Expand All @@ -121,6 +120,7 @@ private void doRegistration(AjaxRequestTarget target) {
}

submitRegistration(target);
isSubmitted = true;
}

private boolean validateCaptcha(AjaxRequestTarget target) {
Expand Down

0 comments on commit e24d500

Please sign in to comment.