Skip to content

Commit

Permalink
added body to MhvSignIn apiRequest (#34033)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmagenta authored Jan 11, 2025
1 parent 3e795c5 commit 0e75f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/applications/login/containers/MhvSignIn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default function MhvSignIn() {
apiRequest('/test_account_user_email', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ email }),
});
login({
policy: 'mhv',
Expand Down

0 comments on commit 0e75f39

Please sign in to comment.