FreshRSS will use the entered API url

This commit is contained in:
Stuart Breckenridge
2021-06-16 14:55:11 +08:00
parent db9d326457
commit a86f1d8a49
2 changed files with 4 additions and 4 deletions

View File

@@ -279,9 +279,9 @@ class ReaderAPIAccountViewController: UITableViewController {
case .theOldReader:
url = "theoldreader.com"
case .freshRSS:
url = "freshrss.org"
default:
url = apiURLTextField.text ?? ""
default:
url = ""
}
OnePasswordExtension.shared().findLogin(forURLString: url, for: self, sender: nil) { [self] loginDictionary, error in