Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hardope committed Jun 2, 2024
1 parent c4a7709 commit 2011040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ function forgotPassword() {
body: JSON.stringify({
email: email,
otp: otp,
purpose: 'forgot-password'
purpose: 'forgot_password'
}),
})
.then((response) => response.json())
Expand Down

0 comments on commit 2011040

Please sign in to comment.