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