diff options
Diffstat (limited to 'src/state/shell/reminders.e2e.ts')
-rw-r--r-- | src/state/shell/reminders.e2e.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/state/shell/reminders.e2e.ts b/src/state/shell/reminders.e2e.ts index e8c12792a..94809a680 100644 --- a/src/state/shell/reminders.e2e.ts +++ b/src/state/shell/reminders.e2e.ts @@ -1,7 +1,5 @@ -export function init() {} - export function shouldRequestEmailConfirmation() { return false } -export function setEmailConfirmationRequested() {} +export function snoozeEmailConfirmationPrompt() {} |