Cache updated account

contributes to iOS-319
This commit is contained in:
shannon 2024-11-19 11:52:28 -05:00
parent 7b0fe1a70b
commit 299e4f2cdf
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,8 @@ extension APIService {
authorization: authorization
).singleOutput()
PersistenceManager.shared.cacheAccount(response.value, for: authenticationBox)
return response.value
}
}