@@ -168,7 +168,7 @@ export class UserStep extends Component {
168
168
}
169
169
170
170
getLoginUrl ( ) {
171
- const { oauth2Client, wccomFrom, isReskinned , sectionName, from, locale, step } = this . props ;
171
+ const { oauth2Client, wccomFrom, sectionName, from, locale, step } = this . props ;
172
172
const emailAddress = step ?. form ?. email ?. value ?? step ?. form ?. email ;
173
173
174
174
return login ( {
@@ -178,7 +178,6 @@ export class UserStep extends Component {
178
178
locale,
179
179
oauth2ClientId : oauth2Client ?. id ,
180
180
wccomFrom,
181
- isWhiteLogin : isReskinned ,
182
181
signupUrl : window . location . pathname + window . location . search ,
183
182
emailAddress,
184
183
} ) ;
@@ -192,7 +191,6 @@ export class UserStep extends Component {
192
191
translate,
193
192
userLoggedIn,
194
193
wccomFrom,
195
- isReskinned,
196
194
isOnboardingAffiliateFlow,
197
195
isWCCOM,
198
196
} = this . props ;
@@ -280,7 +278,7 @@ export class UserStep extends Component {
280
278
subHeaderText = translate ( 'Welcome to the WordPress.com community.' ) ;
281
279
}
282
280
283
- if ( isReskinned && 0 === positionInFlow ) {
281
+ if ( 0 === positionInFlow ) {
284
282
if ( this . props . isSocialFirst ) {
285
283
subHeaderText = '' ;
286
284
} else {
@@ -569,7 +567,7 @@ export class UserStep extends Component {
569
567
}
570
568
571
569
renderSignupForm ( ) {
572
- const { oauth2Client, isReskinned , isWCCOM, isWoo } = this . props ;
570
+ const { oauth2Client, isWCCOM, isWoo } = this . props ;
573
571
const isPasswordless =
574
572
isMobile ( ) ||
575
573
this . props . isPasswordless ||
@@ -615,8 +613,7 @@ export class UserStep extends Component {
615
613
socialService = { socialService }
616
614
socialServiceResponse = { socialServiceResponse }
617
615
recaptchaClientId = { this . state . recaptchaClientId }
618
- horizontal = { isReskinned }
619
- isReskinned = { isReskinned }
616
+ horizontal
620
617
shouldDisplayUserExistsError = { ! isWCCOM && ! isBlazeProOAuth2Client ( oauth2Client ) }
621
618
isSocialFirst = { this . props . isSocialFirst }
622
619
labelText = { isWoo ? this . props . translate ( 'Your email' ) : null }
0 commit comments