diff --git a/src/state/shell/reminders.ts b/src/state/shell/reminders.ts index fd5bb0b0a8..06edff25a3 100644 --- a/src/state/shell/reminders.ts +++ b/src/state/shell/reminders.ts @@ -32,13 +32,7 @@ export function shouldRequestEmailConfirmation(account: SessionAccount) { return false } - // snoozed recently - if (snoozedAt !== today) { - snoozeEmailConfirmationPrompt() - return true - } - - // should never happen + // snooze and re-prompt snoozeEmailConfirmationPrompt() return true }