about summary refs log tree commit diff
path: root/src/state/shell/reminders.e2e.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-11-07 16:39:13 -0800
committerGitHub <noreply@github.com>2023-11-07 16:39:13 -0800
commit2acc88e78df1c1f4c21bf9a333f3432781a64135 (patch)
treee331e9c7f79441f2643f1b7f13b00563baea2899 /src/state/shell/reminders.e2e.ts
parent96d8faf4b052060b8774ac38c3400ab7d75451ad (diff)
downloadvoidsky-2acc88e78df1c1f4c21bf9a333f3432781a64135.tar.zst
Move reminders to new persisted state layer (#1834)
Diffstat (limited to 'src/state/shell/reminders.e2e.ts')
-rw-r--r--src/state/shell/reminders.e2e.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/state/shell/reminders.e2e.ts b/src/state/shell/reminders.e2e.ts
new file mode 100644
index 000000000..6238ffa29
--- /dev/null
+++ b/src/state/shell/reminders.e2e.ts
@@ -0,0 +1,11 @@
+import {OnboardingModel} from '../models/discovery/onboarding'
+import {SessionModel} from '../models/session'
+
+export function shouldRequestEmailConfirmation(
+  _session: SessionModel,
+  _onboarding: OnboardingModel,
+) {
+  return false
+}
+
+export function setEmailConfirmationRequested() {}