Move onboarding to the withAuthRequired HOC

This commit is contained in:
Paul Frazee 2023-08-29 20:20:51 -07:00
parent bf37913701
commit 5d9534ca72
9 changed files with 45 additions and 103 deletions

View file

@ -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 {