Skip to content

Commit

Permalink
fix: login router (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien authored Mar 28, 2024
1 parent b22a415 commit 46a0aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/lib/core/router/routers/app-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class AppRouter extends Router<AppRoute> {
case AppRoute.Onboarding: {
if (params.shouldAddProfile) {
this.setNext(AppRoute.Onboarding)
} else if (params.thirdPartyProfilesImported) {
} else {
loginRoute.set(
params.thirdPartyProfilesImported ? LoginRoute.SelectProfile : LoginRoute.LoadProfile
)
Expand Down

0 comments on commit 46a0aba

Please sign in to comment.