Move onboarding to the withAuthRequired HOC
This commit is contained in:
parent
bf37913701
commit
5d9534ca72
9 changed files with 45 additions and 103 deletions
|
@ -140,10 +140,6 @@ export interface PreferencesHomeFeed {
|
|||
name: 'preferences-home-feed'
|
||||
}
|
||||
|
||||
export interface OnboardingModal {
|
||||
name: 'onboarding'
|
||||
}
|
||||
|
||||
export type Modal =
|
||||
// Account
|
||||
| AddAppPasswordModal
|
||||
|
@ -179,9 +175,6 @@ export type Modal =
|
|||
// Generic
|
||||
| ConfirmModal
|
||||
|
||||
// Onboarding (only used on web)
|
||||
| OnboardingModal
|
||||
|
||||
interface LightboxModel {}
|
||||
|
||||
export class ProfileImageLightbox implements LightboxModel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue