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

Commit 81e910b

Browse files
committed
Restore original spacing
1 parent 360c475 commit 81e910b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

WordPressAuthenticator/Signin/Login2FAViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class Login2FAViewController: LoginViewController, NUXKeyboardResponder, UITextF
8282

8383
// MARK: Configuration Methods
8484

85+
8586
/// Assigns localized strings to various UIControl defined in the storyboard.
8687
///
8788
@objc func localizeControls() {

WordPressAuthenticator/Signin/LoginSelfHostedViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class LoginSelfHostedViewController: LoginViewController, NUXKeyboardResponder {
7272

7373
// MARK: - Setup and Configuration
7474

75+
7576
/// Assigns localized strings to various UIControl defined in the storyboard.
7677
///
7778
@objc func localizeControls() {

WordPressAuthenticator/Signin/LoginSiteAddressViewController.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class LoginSiteAddressViewController: LoginViewController, NUXKeyboardResponder
2929

3030
override func viewDidLoad() {
3131
super.viewDidLoad()
32-
3332
localizeControls()
3433
}
3534

@@ -64,7 +63,7 @@ class LoginSiteAddressViewController: LoginViewController, NUXKeyboardResponder
6463

6564
// MARK: Setup and Configuration
6665

67-
66+
6867
/// Assigns localized strings to various UIControl defined in the storyboard.
6968
///
7069
@objc func localizeControls() {

0 commit comments

Comments
 (0)