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:
@@ -80,7 +80,7 @@ struct SettingsFeedbinAccountView : View {
|
||||
switch result {
|
||||
case .success(let authenticated):
|
||||
|
||||
if authenticated {
|
||||
if (authenticated != nil) {
|
||||
|
||||
var newAccount = false
|
||||
let workAccount: Account
|
||||
|
||||
Reference in New Issue
Block a user