From 483eb68b62ee73272263fa74826e6d7a67a02ca7 Mon Sep 17 00:00:00 2001 From: Agata Kosior Date: Tue, 17 Oct 2023 15:04:44 +0200 Subject: [PATCH] fix: apply requested changes --- src/libs/Navigation/AppNavigator/AuthScreens.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/Navigation/AppNavigator/AuthScreens.js b/src/libs/Navigation/AppNavigator/AuthScreens.js index 6f60a526ee30..dd7175dbc6f6 100644 --- a/src/libs/Navigation/AppNavigator/AuthScreens.js +++ b/src/libs/Navigation/AppNavigator/AuthScreens.js @@ -147,7 +147,6 @@ class AuthScreens extends React.Component { componentDidMount() { const currentUrl = getCurrentUrl(); - const isLoggingInAsNewUser = SessionUtils.isLoggingInAsNewUser(currentUrl, this.props.session.email); // Sign out the current user if we're transitioning with a different user const isTransitioning = currentUrl.includes(ROUTES.TRANSITION_BETWEEN_APPS);