mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 00:40:59 +00:00
oops
This commit is contained in:
parent
79c9ef4153
commit
498c2129fb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public extension AppAccount {
|
||||||
if let data = keychain.getData(key) {
|
if let data = keychain.getData(key) {
|
||||||
if let account = try? decoder.decode(AppAccount.self, from: data) {
|
if let account = try? decoder.decode(AppAccount.self, from: data) {
|
||||||
accounts.append(account)
|
accounts.append(account)
|
||||||
account.save()
|
try? account.save()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue