Enable credentials button for newer sync services

This commit is contained in:
Maurice Parker
2020-10-29 14:53:52 -05:00
parent 515dd5f63f
commit 1a4ab96038
2 changed files with 19 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ class ReaderAPIAccountViewController: UITableViewController {
@IBOutlet weak var showHideButton: UIButton!
@IBOutlet weak var actionButton: UIButton!
weak var account: Account?
var accountType: AccountType?
weak var delegate: AddAccountDismissDelegate?