Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jul 1, 2024
1 parent aabd04f commit e2e5845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ void handleResendEmail(final ClickEvent e) {
Services services = new Services("Resend email", "resend");
services
.membersResource(
s -> s.sendEmailVerification(username.getText(), true, LocaleInfo.getCurrentLocale().getLocaleName()))
s -> s.sendEmailVerification(username.getText(), LocaleInfo.getCurrentLocale().getLocaleName()))
.whenComplete((result, error) -> {
if (result != null) {
if (result.getState() == NotificationState.COMPLETED) {
Expand Down

0 comments on commit e2e5845

Please sign in to comment.