about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-09-09 03:32:37 +0300
committerVika <vika@fireburn.ru>2025-09-18 16:12:28 +0300
commitbb53afd07d5f9d5ccb6ab84ddb3ca6ed7c81eb11 (patch)
treefb3776414e21b6ae1b45759a045ad5e410c654fd /src
parent696e9b5488ae08e0d267256b715c4bc62f63d59d (diff)
downloadvoidsky-bb53afd07d5f9d5ccb6ab84ddb3ca6ed7c81eb11.tar.zst
Remove email nag prompt
Diffstat (limited to 'src')
-rw-r--r--src/state/shell/reminders.ts3
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() {