Skip to content

Commit ab9398f

Browse files
authored
Merge pull request #7514 from woocommerce/fix/7512-crash-loginFields
Login: fix a crash after visiting site credentials screen and then auto-filling WP.com credentials
2 parents e5d0953 + 75661a8 commit ab9398f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ target 'WooCommerce' do
4343

4444
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
4545
pod 'WordPressAuthenticator', '~> 2.2.1-beta.5'
46-
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => '1687e5573d611f98859aefa0439b3f48979dcbd0'
46+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
4747
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
4848
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
4949

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ SPEC CHECKSUMS:
179179
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
180180
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
181181

182-
PODFILE CHECKSUM: a0cb10fb7598f064a8b7e16a115bfd1923918cf8
182+
PODFILE CHECKSUM: fbec7c061bc562e7f807db30307607fdfdd91b2d
183183

184184
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)