Skip to content

Commit de23f75

Browse files
Rename site credentials sign in config property.
1 parent ab5ba8b commit de23f75

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
@@ -46,7 +46,7 @@ class AuthenticationManager: Authentication {
4646
enableSignupWithGoogle: false,
4747
enableUnifiedAuth: true,
4848
continueWithSiteAddressFirst: true,
49-
enableSiteCredentialsLoginInGetStartedScreen: true,
49+
enableSiteCredentialsLoginForSelfHostedSites: true,
5050
isWordPressComCredentialsRequired: true)
5151

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

0 commit comments

Comments
 (0)