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

Commit e5def9e

Browse files
authored
Color update: style the send code button in viewWillAppear in Login2FAViewController (#165)
* Style `sendCodeButton` in `viewWillAppear` in `Login2FAViewController`. * Bump pod version.
1 parent 8ab94d0 commit e5def9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressAuthenticator"
3-
s.version = "1.10.5-beta.1"
3+
s.version = "1.10.5-beta.2"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC

WordPressAuthenticator/Signin/Login2FAViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class Login2FAViewController: LoginViewController, NUXKeyboardResponder, UITextF
4040
super.viewWillAppear(animated)
4141

4242
configureViewForEditingIfNeeded()
43+
styleSendCodeButton()
4344
}
4445

4546

0 commit comments

Comments
 (0)