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 d7703e9e0..4bd11bf0a 100644 --- a/src/state/shell/reminders.e2e.ts +++ b/src/state/shell/reminders.e2e.ts @@ -1,6 +1,4 @@ -import {SessionModel} from '../models/session' - -export function shouldRequestEmailConfirmation(_session: SessionModel) { +export function shouldRequestEmailConfirmation() { return false } |