mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Wiring up iOS add account settings
This commit is contained in:
@@ -67,7 +67,7 @@ class FeedbinAccountViewController: UIViewController {
|
||||
|
||||
switch result {
|
||||
case .success(let authenticated):
|
||||
if authenticated {
|
||||
if (authenticated != nil) {
|
||||
var newAccount = false
|
||||
if self.account == nil {
|
||||
self.account = AccountManager.shared.createAccount(type: .feedbin)
|
||||
|
||||
Reference in New Issue
Block a user