oops
This commit is contained in:
parent
79c9ef4153
commit
498c2129fb
|
@ -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 New Issue