File tree Expand file tree Collapse file tree
packages/shared/src/features/onboarding Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ export const FunnelHeroLanding = withIsActiveGuard(
5151 imageMode,
5252 showOrbs,
5353 forceDarkTheme,
54- splitSignupStyle,
5554 oauthOrder,
5655 } ,
5756 onTransition,
@@ -180,7 +179,6 @@ export const FunnelHeroLanding = withIsActiveGuard(
180179 >
181180 < AuthOptions
182181 { ...staticAuthProps }
183- splitSignupStyle = { splitSignupStyle }
184182 preferGithub = { preferGithub }
185183 defaultDisplay = {
186184 isSocialSignupActive ? AuthDisplay . SocialRegistration : authDisplay
Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ export interface FunnelStepHeroLanding
333333 imageMode ?: FunnelSignupHeroImageMode ;
334334 showOrbs ?: boolean ;
335335 oauthOrder ?: FunnelSignupOauthOrder ;
336- splitSignupStyle ?: boolean ;
337336 forceDarkTheme ?: boolean ;
338337 } > {
339338 type : FunnelStepType . HeroLanding ;
You can’t perform that action at this time.
0 commit comments