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

@@ -80,7 +80,7 @@ struct SettingsFeedbinAccountView : View {
switch result {
case .success(let authenticated):
if authenticated {
if (authenticated != nil) {
var newAccount = false
let workAccount: Account