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 e974a39 commit e3562dcCopy full SHA for e3562dc
1 file changed
src/pages/LogOutPreviousUserPage.tsx
@@ -74,7 +74,7 @@ function LogOutPreviousUserPage({route}: LogOutPreviousUserPageProps) {
74
if (!CONFIG.IS_HYBRID_APP && exitTo !== ROUTES.WORKSPACE_NEW && !isAccountLoading && !isLoggingInAsNewUser) {
75
Navigation.isNavigationReady().then(() => {
76
// remove this screen and navigate to exit route
77
- Navigation.goBack();
+ Navigation.goBack(ROUTES.HOME);
78
if (exitTo) {
79
Navigation.navigate(exitTo as Route);
80
}
0 commit comments