ios: rework authentication (#3556)

This commit is contained in:
spaced4ndy
2023-12-18 22:04:49 +04:00
committed by GitHub
parent f0338a03d1
commit ce9218b186
4 changed files with 118 additions and 95 deletions
+2
View File
@@ -54,6 +54,8 @@ final class ChatModel: ObservableObject {
@Published var chatDbChanged = false
@Published var chatDbEncrypted: Bool?
@Published var chatDbStatus: DBMigrationResult?
// local authentication
@Published var contentViewAccessAuthenticated: Bool = false
@Published var laRequest: LocalAuthRequest?
// list of chat "previews"
@Published var chats: [Chat] = []