Skip to content

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 c59c6cb commit 3c2509b
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 3c2509b

Please sign in to comment.