resend password reset

This commit is contained in:
Max Peintner
2024-12-09 14:00:00 +01:00
parent a4d474abe4
commit 0d704cc997
2 changed files with 30 additions and 6 deletions

View File

@@ -445,11 +445,6 @@ export async function verifyEmail(userId: string, verificationCode: string) {
);
}
/**
*
* @param userId the id of the user where the email should be set
* @returns the newly set email
*/
export async function resendEmailCode(userId: string) {
return userService.resendEmailCode(
{