TODO again

This commit is contained in:
Lumaa 2024-01-12 21:49:49 +01:00
parent 582c81b32d
commit ac35ec0c2e
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class AccountManager {
}
}
//TODO: Change this to SwiftData
public struct AppAccount: Codable, Identifiable, Hashable {
public let server: String
public var accountName: String?