From d6a3ef1af46e5781f42ad8e71fab5d821ec31598 Mon Sep 17 00:00:00 2001 From: niranjan-uma-shankar Date: Thu, 10 Oct 2024 10:37:49 +0530 Subject: [PATCH] Remove experiment related code (#95275) --- client/blocks/signup-form/passwordless.jsx | 2 +- client/blocks/signup-form/social.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/blocks/signup-form/passwordless.jsx b/client/blocks/signup-form/passwordless.jsx index b6478424e0b408..5049c667b33d46 100644 --- a/client/blocks/signup-form/passwordless.jsx +++ b/client/blocks/signup-form/passwordless.jsx @@ -75,7 +75,7 @@ class PasswordlessSignupForm extends Component { password: '', }; const { flowName, queryArgs = {} } = this.props; - const devAccountLandingPageRefs = [ 'hosting-lp', 'developer-lp', 'wordpress-hosting-dev-lp' ]; + const devAccountLandingPageRefs = [ 'hosting-lp', 'developer-lp' ]; const isDevAccount = devAccountLandingPageRefs.includes( queryArgs.ref ); // If not in a flow, submit the form as a standard signup form. diff --git a/client/blocks/signup-form/social.jsx b/client/blocks/signup-form/social.jsx index a8fdc09ab69904..1ba04baacff5b5 100644 --- a/client/blocks/signup-form/social.jsx +++ b/client/blocks/signup-form/social.jsx @@ -146,7 +146,7 @@ class SocialSignupForm extends Component { export default connect( ( state ) => { const query = getCurrentQueryArguments( state ); - const devAccountLandingPageRefs = [ 'hosting-lp', 'developer-lp', 'wordpress-hosting-dev-lp' ]; + const devAccountLandingPageRefs = [ 'hosting-lp', 'developer-lp' ]; const isDevAccount = devAccountLandingPageRefs.includes( query?.ref ); return {