chore: replace recaptcha with frc

This commit is contained in:
Marie 2024-11-02 11:02:13 +00:00
parent d786e96c2b
commit b8b077cbad

View file

@ -77,7 +77,7 @@ export class CaptchaService {
@bindThis
public async verifyFriendlyCaptcha(secret: string, response: string | null | undefined): Promise<void> {
if (response == null) {
throw new Error('recaptcha-failed: no response provided');
throw new Error('frc-failed: no response provided');
}
const result = await this.httpRequestService.send('https://api.friendlycaptcha.com/api/v1/siteverify', {