Commit 297ff28
Prevent deeplink navigation before authentication
Add isAuthenticated guard to the hasCompletedGuidedSetupFlowSelector
check to prevent handleDeeplinkNavigation from being called before
login completes. The selector returns true for empty onboarding objects,
which caused premature navigation during the sign-in flow.
Co-authored-by: mkhutornyi <mkhutornyi@users.noreply.github.com>1 parent 196ec16 commit 297ff28
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
0 commit comments