Skip to content

Commit 587ebb1

Browse files
Rename WPCOM login config property.
1 parent de23f75 commit 587ebb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/AuthenticationManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class AuthenticationManager: Authentication {
4747
enableUnifiedAuth: true,
4848
continueWithSiteAddressFirst: true,
4949
enableSiteCredentialsLoginForSelfHostedSites: true,
50-
isWordPressComCredentialsRequired: true)
50+
isWPComLoginRequiredForSiteCredentialsLogin: true)
5151

5252
let systemGray3LightModeColor = UIColor(red: 199/255.0, green: 199/255.0, blue: 204/255.0, alpha: 1)
5353
let systemLabelLightModeColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1)

0 commit comments

Comments
 (0)