Skip to content

Commit

Permalink
fix sign in link
Browse files Browse the repository at this point in the history
  • Loading branch information
NJ-2020 committed Nov 1, 2024
1 parent 0517861 commit 230242d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ErrorPage/SessionExpiredPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function SessionExpiredPage() {
onPress={() => {
if (!NativeModules.HybridAppModule) {
Session.clearSignInData();
Navigation.navigate();
Navigation.goBack();
return;
}
NativeModules.HybridAppModule.closeReactNativeApp(true, false);
Expand Down

0 comments on commit 230242d

Please sign in to comment.