Skip to content

Commit

Permalink
Merge 1e8a610 into 27f4359
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll authored Apr 7, 2023
2 parents 27f4359 + 1e8a610 commit 8930384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WalletConnectKMS/Keychain/KeychainStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public final class KeychainStorage: KeychainStorageProtocol {
private func buildBaseServiceQuery(for key: String) -> [CFString: Any] {
return [
kSecClass: kSecClassGenericPassword,
kSecAttrAccessible: kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly,
kSecAttrAccessible: kSecAttrAccessibleWhenUnlockedThisDeviceOnly,
kSecAttrIsInvisible: true,
kSecUseDataProtectionKeychain: true,
kSecAttrService: service,
Expand Down

0 comments on commit 8930384

Please sign in to comment.