Leave key source settings unchanged when migrating
This commit is contained in:
parent
149edc1cbc
commit
fa2fde1af4
1 changed files with 0 additions and 2 deletions
|
|
@ -193,8 +193,6 @@ public class PasswordStore {
|
||||||
SharedDefaults.remove(.pgpPublicKeyArmor)
|
SharedDefaults.remove(.pgpPublicKeyArmor)
|
||||||
SharedDefaults.remove(.pgpPrivateKeyArmor)
|
SharedDefaults.remove(.pgpPrivateKeyArmor)
|
||||||
SharedDefaults.remove(.gitSSHPrivateKeyArmor)
|
SharedDefaults.remove(.gitSSHPrivateKeyArmor)
|
||||||
SharedDefaults[.pgpKeySource] = "file"
|
|
||||||
SharedDefaults[.gitSSHKeySource] = "file"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public func initGitSSHKey(with armorKey: String) throws {
|
public func initGitSSHKey(with armorKey: String) throws {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue