Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: fix for unexpected logout (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir authored Jun 22, 2023
1 parent 5c3dce2 commit 762a7aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/OEXRouter.m
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ - (void)presentViewController:(UIViewController*)controller fromController:(UIVi
}

- (void)showLoggedOutScreen {
[self showLoginScreenFromController:nil completion:^{
[self showSplash];
}];
[self showLoginScreenFromController:nil completion:nil];

}

Expand Down

0 comments on commit 762a7aa

Please sign in to comment.