From bb53afd07d5f9d5ccb6ab84ddb3ca6ed7c81eb11 Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 9 Sep 2025 03:32:37 +0300 Subject: Remove email nag prompt --- src/state/shell/reminders.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- cgit 1.4.1