about summary refs log tree commit diff
path: root/src/state/shell/reminders.e2e.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/shell/reminders.e2e.ts')
-rw-r--r--src/state/shell/reminders.e2e.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/state/shell/reminders.e2e.ts b/src/state/shell/reminders.e2e.ts
index 6238ffa29..e8c12792a 100644
--- a/src/state/shell/reminders.e2e.ts
+++ b/src/state/shell/reminders.e2e.ts
@@ -1,10 +1,6 @@
-import {OnboardingModel} from '../models/discovery/onboarding'
-import {SessionModel} from '../models/session'
+export function init() {}
 
-export function shouldRequestEmailConfirmation(
-  _session: SessionModel,
-  _onboarding: OnboardingModel,
-) {
+export function shouldRequestEmailConfirmation() {
   return false
 }