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

Commit 6ff631a

Browse files
committed
Update IBOutlets to private.
1 parent 4b97bc5 commit 6ff631a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressAuthenticator/Unified Auth/View Related/Login/MagicLinkRequestedViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ final class MagicLinkRequestedViewController: LoginViewController {
99
@IBOutlet private weak var subtitleLabel: UILabel!
1010
@IBOutlet private weak var emailLabel: UILabel!
1111
@IBOutlet private weak var cannotFindEmailLabel: UILabel!
12-
@IBOutlet weak var buttonContainerView: UIView!
13-
@IBOutlet weak var loginWithPasswordButton: UIButton!
12+
@IBOutlet private weak var buttonContainerView: UIView!
13+
@IBOutlet private weak var loginWithPasswordButton: UIButton!
1414

1515
private let email: String
1616
private let loginWithPassword: () -> Void

0 commit comments

Comments
 (0)