Fix #340: Always end password entries with a newline
This commit is contained in:
parent
283a32f6cd
commit
b60ce3b003
4 changed files with 15 additions and 13 deletions
|
|
@ -79,7 +79,6 @@ public class Password {
|
|||
initEverything()
|
||||
}
|
||||
|
||||
|
||||
public func updatePassword(name: String, url: URL, plainText: String) {
|
||||
guard self.plainText != plainText || self.url != url else {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue