Passwort reset

This commit is contained in:
2023-02-09 11:11:53 +01:00
parent 0c5cfcbd19
commit 2a02c79370
5 changed files with 186 additions and 13 deletions

View File

@ -267,7 +267,7 @@ export const wantNewPw = async ({email}:{email: string}) =>
}
catch(err)
{
return {success:0, message:'Password Reset Server Error!'};
return {success:0, message:'Password Request Server Error!'};
}
}