intermediary screen instead of jumping around from welcome to circle....waiting on auth to make a complete decision
This commit is contained in:
@@ -22,6 +22,8 @@ struct RouterView: View {
|
||||
|
||||
var body: some View {
|
||||
switch self.authSessionStore.sessionState {
|
||||
case SessionState.notCheckedYet:
|
||||
SplashView()
|
||||
case SessionState.isAuthenticated:
|
||||
InnerCircleView()
|
||||
case SessionState.isLoggedOut:
|
||||
|
||||
Reference in New Issue
Block a user