Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit a595755

Browse files
Fixes an issue with a call that was missing an important parameter.
1 parent ae77b2a commit a595755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Signin/LoginViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ open class LoginViewController: NUXViewController, LoginFacadeDelegate {
5252
super.viewDidLoad()
5353

5454
displayError(message: "")
55-
styleNavigationBar()
55+
styleNavigationBar(forUnified: true)
5656
styleBackground()
5757
styleInstructions()
5858

0 commit comments

Comments
 (0)