Skip to content

Commit fa5393a

Browse files
committed
update comment
1 parent af0e23c commit fa5393a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useOnboardingFlow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function useOnboardingFlowRouter() {
4242
useEffect(() => {
4343
// This should delay opening the onboarding modal so it does not interfere with the ongoing ReportScreen params changes
4444
InteractionManager.runAfterInteractions(() => {
45-
// Prevent starting the onboarding flow if we are logging in as a new user with sort live token
45+
// Prevent starting the onboarding flow if we are logging in as a new user with short lived token
4646
if (currentUrl?.includes(ROUTES.TRANSITION_BETWEEN_APPS) && isLoggingInAsNewSessionUser) {
4747
return;
4848
}

0 commit comments

Comments
 (0)