Skip to content

Commit

Permalink
Merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Jun 14, 2024
2 parents 703050d + 8cd380f commit e137b24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public struct KeychainClient: Sendable {
public var _removeDataForKey: RemoveDataForKey
public var _removeAllItems: RemoveAllItems
public var _getAllKeysMatchingAttributes: GetAllKeysMatchingAttributes
public var _keychainChanged: KeychainChanged

/// This a _best effort_ publisher that will emit a change every time the Keychain is changed due to actions inside the Wallet app.
/// However, we cannot detect external changes (e.g. Keychain getting wiped when passcode is deleted).
Expand Down

0 comments on commit e137b24

Please sign in to comment.