This commit is contained in:
Trey t
2025-11-06 09:25:21 -06:00
parent e272e45689
commit e24d1d8559
29 changed files with 1806 additions and 103 deletions

View File

@@ -121,7 +121,7 @@ struct RegisterView: View {
},
onLogout: {
// Logout and return to login screen
TokenManager().clearToken()
TokenStorage.shared.clearToken()
LookupsManager.shared.clear()
dismiss()
}