fix a bug caused by keychain modifications
This commit is contained in:
parent
eb501ee65f
commit
70166c9901
4 changed files with 22 additions and 25 deletions
|
|
@ -82,7 +82,6 @@ class PasswordRepositorySettingsTableViewController: BasicStaticTableViewControl
|
|||
NotificationCenter.default.post(Notification(name: Notification.Name("passwordUpdated")))
|
||||
Defaults[.gitRepositoryURL] = URL(string: gitRepostiroyURL)
|
||||
Defaults[.gitRepositoryUsername] = username
|
||||
PasswordStore.shared.gitRepositoryPassword = password
|
||||
Defaults[.gitRepositoryAuthenticationMethod] = auth
|
||||
Defaults[.gitRepositoryPasswordAttempts] = 0
|
||||
SVProgressHUD.showSuccess(withStatus: "Done")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue