Skip to content

Commit

Permalink
Start: Remember new account was created in passwordless (#95534)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapemanuele authored Oct 19, 2024
1 parent 3b261b1 commit 04ebee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/blocks/signup-form/passwordless.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class PasswordlessSignupForm extends Component {
username,
marketing_price_group,
bearer_token: response.bearer_token,
is_new_account: true,
...( flowName === 'wpcc'
? { oauth2_client_id, oauth2_redirect }
: { redirect: redirect_to } ),
Expand Down

0 comments on commit 04ebee6

Please sign in to comment.