mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-11 13:02:19 +02:00
mobile: fix resend email not working
This commit is contained in:
@@ -113,7 +113,9 @@ const showVerifyEmailDialog = () => {
|
||||
|
||||
return;
|
||||
}
|
||||
await db.user.sendVerificationEmail();
|
||||
await db.user.sendVerificationEmail(
|
||||
useUserStore.getState().user?.email
|
||||
);
|
||||
SettingsService.set({
|
||||
lastVerificationEmailTime: Date.now()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user