mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
merge: fix: friendlycaptcha always failing (!963)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/963 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
commit
f24be3674a
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ export class CaptchaService {
|
|||
throw new CaptchaError(captchaErrorCodes.invalidParameters, 'frc-failed: secret and captureResult are required');
|
||||
}
|
||||
|
||||
await this.verifyFriendlyCaptcha(params.captchaResult, params.captchaResult);
|
||||
await this.verifyFriendlyCaptcha(params.secret, params.captchaResult);
|
||||
await this.updateMeta(provider, params);
|
||||
},
|
||||
}[provider];
|
||||
|
|
Loading…
Add table
Reference in a new issue