Skip to content

Commit

Permalink
Merge pull request Expensify#51852 from NJ-2020/fix/51546
Browse files Browse the repository at this point in the history
fix session expired page sign in link
  • Loading branch information
MariaHCD authored Nov 4, 2024
2 parents bef062b + 230242d commit 0647baf
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 0647baf

Please sign in to comment.