diff --git a/apps/mobile/src/components/Menu/UserSection.js b/apps/mobile/src/components/Menu/UserSection.js index a51726919..3cd59f61d 100644 --- a/apps/mobile/src/components/Menu/UserSection.js +++ b/apps/mobile/src/components/Menu/UserSection.js @@ -135,7 +135,9 @@ export const UserSection = ({noTextMode}) => { onPress={() => { DDS.isTab ? eSendEvent(eOpenLoginDialog) - : NavigationService.navigate('Login'); + : NavigationService.navigate('Login',{ + root:true + }); sideMenuRef.current?.closeDrawer(); }} activeOpacity={opacity / 2}