diff options
-rw-r--r-- | src/state/shell/reminders.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/state/shell/reminders.ts b/src/state/shell/reminders.ts index 002b38126..0371fc41b 100644 --- a/src/state/shell/reminders.ts +++ b/src/state/shell/reminders.ts @@ -30,7 +30,8 @@ export function shouldRequestEmailConfirmation(account: SessionAccount) { return false } - return true + // Don't nag me. + return false } export function snoozeEmailConfirmationPrompt() { |