Skip to content

Commit

Permalink
Update client/blocks/signup-form/index.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
  • Loading branch information
chihsuan and ilyasfoo authored Feb 1, 2024
1 parent ee9efac commit b1ade37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/blocks/signup-form/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class SignupForm extends Component {

this.props.createSocialUserFailed( socialInfo, userExistsError, 'signup' );

// Reset the signup step so that we don't re trigger this logic when the user goes back from login screen,
// Reset the signup step so that we don't re trigger this logic when the user goes back from login screen.
this.props.resetSignup();

const loginLink = this.getLoginLink( { emailAddress: userExistsError.email } );
Expand Down

0 comments on commit b1ade37

Please sign in to comment.