diff --git a/ios/Platform/Platform/ContentView.swift b/ios/Platform/Platform/ContentView.swift index f80b2a2..f6bec10 100644 --- a/ios/Platform/Platform/ContentView.swift +++ b/ios/Platform/Platform/ContentView.swift @@ -7,7 +7,7 @@ struct ContentView: View { Group { if authManager.isCheckingAuth { LoadingView(message: "Checking session...") - } else if authManager.isAuthenticated { + } else if authManager.isLoggedIn { MainTabView() } else { LoginView()