diff --git a/passKit/Models/PasswordStore.swift b/passKit/Models/PasswordStore.swift index b51b77b..e2c0836 100644 --- a/passKit/Models/PasswordStore.swift +++ b/passKit/Models/PasswordStore.swift @@ -848,7 +848,7 @@ public class PasswordStore { SharedDefaults.remove(.pgpKeySource) SharedDefaults.remove(.pgpPrivateKeyURL) SharedDefaults.remove(.pgpPublicKeyURL) - AppKeychain.removeContent(for: ".pgpKeyPassphrase") + AppKeychain.removeContent(for: "pgpKeyPassphrase") AppKeychain.removeContent(for: PGPKeyType.PUBLIC.rawValue) AppKeychain.removeContent(for: PGPKeyType.PRIVATE.rawValue) publicKey = nil