Move reminders to new persisted state layer (#1834)
This commit is contained in:
parent
96d8faf4b0
commit
2acc88e78d
8 changed files with 66 additions and 100 deletions
11
src/state/shell/reminders.e2e.ts
Normal file
11
src/state/shell/reminders.e2e.ts
Normal file
|
@ -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() {}
|
Loading…
Add table
Add a link
Reference in a new issue