Move onboarding to the withAuthRequired HOC
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user