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

Commit 955bb3f

Browse files
authored
Merge pull request #104 from wordpress-mobile/issues/11946-remove-table-view-styling
Remove unused call to WPStyleGuide.configureColors
2 parents 4cfc2f2 + ab2cfc2 commit 955bb3f

File tree

2 files changed

+1
-2
lines changed

2 files changed

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

66
s.description = <<-DESC

WordPressAuthenticator/Signup/SignupEmailViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class SignupEmailViewController: LoginViewController, NUXKeyboardResponder {
4444

4545
override func viewDidLoad() {
4646
super.viewDidLoad()
47-
WPStyleGuide.configureColors(for: view, andTableView: nil)
4847
localizeControls()
4948
WordPressAuthenticator.track(.createAccountInitiated)
5049
}

0 commit comments

Comments
 (0)