Compare commits

...

1 Commits

Author SHA1 Message Date
Ammar Ahmed
9bf4e68dcd mobile: fix resend email not working 2026-03-19 09:29:26 +05:00

View File

@@ -113,7 +113,9 @@ const showVerifyEmailDialog = () => {
return;
}
await db.user.sendVerificationEmail();
await db.user.sendVerificationEmail(
useUserStore.getState().user?.email
);
SettingsService.set({
lastVerificationEmailTime: Date.now()
});