@capgo/capacitor-persistent-account 7.0.14 → 7.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,7 +19,7 @@ import Security
|
|
|
19
19
|
let query: [String: Any] = [
|
|
20
20
|
kSecClass as String: kSecClassGenericPassword,
|
|
21
21
|
kSecAttrService as String: service,
|
|
22
|
-
kSecAttrAccount as String: account
|
|
22
|
+
kSecAttrAccount as String: account
|
|
23
23
|
]
|
|
24
24
|
// Remove existing item if any
|
|
25
25
|
SecItemDelete(query as CFDictionary)
|
package/package.json
CHANGED