mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-29 12:02:11 +00:00
Fix misplaced Account header
This commit is contained in:
parent
68f7046304
commit
1edf712cda
@ -80,6 +80,7 @@ class AccountViewController: UIViewController, TableModelHost {
|
||||
model.clear()
|
||||
|
||||
model.add(.credentials)
|
||||
model.setHeader("", for: .credentials)
|
||||
model.set([.username, .password], in: .credentials)
|
||||
|
||||
if let name = infrastructureName {
|
||||
@ -103,7 +104,6 @@ class AccountViewController: UIViewController, TableModelHost {
|
||||
model.add(.noAccount)
|
||||
model.set([], in: .noAccount)
|
||||
|
||||
model.setHeader("", for: .credentials)
|
||||
if guidance != nil {
|
||||
let footer: String
|
||||
if let _ = guidanceURL {
|
||||
|
Loading…
Reference in New Issue
Block a user