File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
WooCommerce/Classes/Authentication Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class AuthenticationManager: Authentication {
7070 let isWPComMagicLinkPreferredToPassword = featureFlagService. isFeatureFlagEnabled ( . loginMagicLinkEmphasis)
7171 let isWPComMagicLinkShownAsSecondaryActionOnPasswordScreen = featureFlagService. isFeatureFlagEnabled ( . loginMagicLinkEmphasisM2)
7272 let isStoreCreationMVPEnabled = featureFlagService. isFeatureFlagEnabled ( . storeCreationMVP)
73- let isNativeJetpackSetupEnabled = ABTest . nativeJetpackSetupFlow . variation != . control
73+ let isNativeJetpackSetupEnabled = true
7474 let isWPComLoginRequiredForSiteCredentialsLogin = !featureFlagService. isFeatureFlagEnabled ( . applicationPasswordAuthenticationForSiteCredentialLogin)
7575 let configuration = WordPressAuthenticatorConfiguration ( wpcomClientId: ApiCredentials . dotcomAppId,
7676 wpcomSecret: ApiCredentials . dotcomSecret,
You can’t perform that action at this time.
0 commit comments