Wiring up iOS add account settings

This commit is contained in:
Jeremy Beker
2019-06-16 18:22:00 -04:00
parent 19395779c8
commit 125ea59cd6
6 changed files with 197 additions and 3 deletions

View File

@@ -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)