Skip to content

Commit

Permalink
Disable login logout
Browse files Browse the repository at this point in the history
  • Loading branch information
wisnukurniawan committed Oct 17, 2021
1 parent abbb2b6 commit e9b6131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SplashViewModel @Inject constructor(
// if (it.isLoggedIn()) {
setEffect(SplashEffect.NavigateToDashboard)
// } else {
setEffect(SplashEffect.NavigateToLogin)
// setEffect(SplashEffect.NavigateToLogin)
// }
}
}
Expand Down

0 comments on commit e9b6131

Please sign in to comment.