mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
Allow the credentials to be updated for Feedbin. Fixes #2532
This commit is contained in:
parent
8846f145b9
commit
092d5efb3c
@ -58,7 +58,7 @@ class AccountsFeedbinWindowController: NSWindowController {
|
||||
return
|
||||
}
|
||||
|
||||
guard !AccountManager.shared.duplicateServiceAccount(type: .feedbin, username: usernameTextField.stringValue) else {
|
||||
guard account != nil || !AccountManager.shared.duplicateServiceAccount(type: .feedbin, username: usernameTextField.stringValue) else {
|
||||
self.errorMessageLabel.stringValue = NSLocalizedString("There is already a Feedbin account with that username created.", comment: "Duplicate Error")
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user