Skip to content

Commit

Permalink
force magic link to create an account (#81522)
Browse files Browse the repository at this point in the history
  • Loading branch information
lezama authored and pull[bot] committed Apr 29, 2024
1 parent 1934ce2 commit 4540958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/login/magic-login/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ class MagicLogin extends Component {
...( this.props.isJetpackLogin && config.isEnabled( 'jetpack/magic-link-signup' )
? { isJetpackMagicLinkSignUpEnabled: true }
: {} ),
createAccountForNewUser: true,
};

return (
Expand Down

0 comments on commit 4540958

Please sign in to comment.