reset password attempts count after sync
This commit is contained in:
parent
cfe051ad56
commit
8135caf44d
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
|||
PasswordStore.shared.setAllSynced()
|
||||
self.setNavigationItemTitle()
|
||||
Defaults[.lastUpdatedTime] = Date()
|
||||
Defaults[.gitRepositoryPasswordAttempts] = 0
|
||||
SVProgressHUD.showSuccess(withStatus: "Done")
|
||||
SVProgressHUD.dismiss(withDelay: 1)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue