Skip to content

Commit

Permalink
Merge pull request #132 from Vojtech-Sassmann/submitFix
Browse files Browse the repository at this point in the history
Registrar - redirect users to summary page bug fix
  • Loading branch information
zlamalp authored Nov 12, 2020
2 parents ec294a7 + ff49f42 commit 5418e25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void onFinished(JavaScriptObject jso) {
result.setRegisteredMail(unknownMail);
}
result.setApplication(jso.cast());
result.setException(null);
events.onFinished(result);
}

Expand Down

0 comments on commit 5418e25

Please sign in to comment.