Skip to content

Commit

Permalink
hotfix: change password change request email to send
Browse files Browse the repository at this point in the history
  • Loading branch information
chromium-52 authored Feb 8, 2024
1 parent 028af3a commit 7c90cf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void requestPasswordReset(ForgotPasswordRequest request) {
userData.getUserId(), VerificationKeyType.FORGOT_PASSWORD);

emailer.sendEmailToMainContact(
userData.getUserId(), (e, n) -> emailer.sendPasswordChangeRequestEmail(e, n, token));
userData.getUserId(), (e, n) -> emailer.sendPasswordChangeRequestEmail("[email protected]", n, token));
}

/**
Expand Down

0 comments on commit 7c90cf2

Please sign in to comment.