Skip to content

Commit

Permalink
Cache updated account
Browse files Browse the repository at this point in the history
contributes to iOS-319
  • Loading branch information
whattherestimefor committed Nov 19, 2024
1 parent 7b0fe1a commit 299e4f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ extension APIService {
authorization: authorization
).singleOutput()

PersistenceManager.shared.cacheAccount(response.value, for: authenticationBox)

return response.value
}
}

0 comments on commit 299e4f2

Please sign in to comment.