Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
Ensure migration has occurred before accessing vault
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed Dec 18, 2024
1 parent 3c5e15b commit f391cce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class CredentialProviderViewController: ASCredentialProviderViewController {
installChildViewController(hostingController)

Task {
if let self = self, self.findKeychainItemsWithV4() {
if findKeychainItemsWithV4() {
await credentialIdentityStoreManager.populateCredentialStore()
}
}
Expand Down

0 comments on commit f391cce

Please sign in to comment.