fix: ContentView isAuthenticated → isLoggedIn
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user