Skip to content

Commit

Permalink
send captcha key (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyUnderStars committed Aug 9, 2023
1 parent b45895e commit 80ae865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function LoginPage() {
.post<IAPILoginRequest, IAPILoginResponse>(Routes.login(), {
login: data.login,
password: data.password,
captcha_key: data.captcha_key,
undelete: false,
})
.then((r) => {
Expand Down

0 comments on commit 80ae865

Please sign in to comment.