fixing routing and flow and keeping it simple for now to move on and make it robust without errors

This commit is contained in:
talksik
2021-12-20 00:27:22 -08:00
parent 1a7995f360
commit 7452c54b25
4 changed files with 7 additions and 37 deletions
@@ -12,7 +12,6 @@ struct InnerCircleView: View {
@EnvironmentObject var authSessionStore: AuthSessionStore
@EnvironmentObject var navigationStack: NavigationStack
let universalSize = UIScreen.main.bounds
// TESTING
@@ -355,7 +354,6 @@ struct InnerCircleView: View {
Button("Log out") {
print("log out button clicked")
// have this send it
self.authSessionStore.logOut()
// once logged out, then the listener will listen and router view will take care of us thereafter