We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0e23c commit fa5393aCopy full SHA for fa5393a
1 file changed
src/hooks/useOnboardingFlow.ts
@@ -42,7 +42,7 @@ function useOnboardingFlowRouter() {
42
useEffect(() => {
43
// This should delay opening the onboarding modal so it does not interfere with the ongoing ReportScreen params changes
44
InteractionManager.runAfterInteractions(() => {
45
- // Prevent starting the onboarding flow if we are logging in as a new user with sort live token
+ // Prevent starting the onboarding flow if we are logging in as a new user with short lived token
46
if (currentUrl?.includes(ROUTES.TRANSITION_BETWEEN_APPS) && isLoggingInAsNewSessionUser) {
47
return;
48
}
0 commit comments