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

Commit 21ac185

Browse files
astralbodiesjkmassel
authored andcommitted
Reordering the SIWA buttons to de-emphasize it
1 parent 8840fae commit 21ac185

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8.1-beta.2"
3+
s.version = "1.8.1-beta.3"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC

WordPressAuthenticator/Signin/LoginPrologueLoginMethodViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class LoginPrologueLoginMethodViewController: NUXViewController {
6262
if #available(iOS 13.0, *) {
6363
let appleButton = WPStyleGuide.appleLoginButton()
6464
appleButton.addTarget(self, action: #selector(handleAppleButtonTapped), for: .touchDown)
65-
buttonViewController.stackView?.insertArrangedSubview(appleButton, at: 0)
65+
buttonViewController.stackView?.insertArrangedSubview(appleButton, at: 2)
6666
}
6767
}
6868

WordPressAuthenticator/Signin/LoginPrologueSignupMethodViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class LoginPrologueSignupMethodViewController: NUXViewController {
7474
if #available(iOS 13.0, *) {
7575
let appleButton = WPStyleGuide.appleLoginButton()
7676
appleButton.addTarget(self, action: #selector(handleAppleButtonTapped), for: .touchDown)
77-
buttonViewController.stackView?.insertArrangedSubview(appleButton, at: 1)
77+
buttonViewController.stackView?.insertArrangedSubview(appleButton, at: 3)
7878
}
7979
}
8080

0 commit comments

Comments
 (0)