Updated Login Flow

This commit is contained in:
Vicnet
2023-11-29 17:44:10 +01:00
parent 17678dea5f
commit 22eeb8362d
10 changed files with 601 additions and 371 deletions

View File

@@ -61,4 +61,6 @@ class UserSettings: ObservableObject {
self.language = UserDefaults.standard.object(forKey: "language") as? String ?? SupportedLanguage.DEVICE.rawValue
self.downloadRecipes = UserDefaults.standard.object(forKey: "downloadRecipes") as? Bool ?? false
}
}