Fix a bug in editing password
The synced attribute of password entity is not set as false after editing a password content.
This commit is contained in:
parent
b5697922ce
commit
c7ab350ad8
1 changed files with 1 additions and 0 deletions
|
|
@ -674,6 +674,7 @@ public class PasswordStore {
|
|||
try gitAdd(path: passwordEntity.getURL()!.path)
|
||||
let _ = try gitCommit(message: "Edit password for \(passwordEntity.getURL()!.deletingPathExtension().path.removingPercentEncoding!) to store using Pass for iOS.")
|
||||
newPasswordEntity = passwordEntity
|
||||
newPasswordEntity?.synced = false
|
||||
}
|
||||
|
||||
if password.changed&PasswordChange.path.rawValue != 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue