Skip to content
Snippets Groups Projects
Commit b8b077cb authored by Marie's avatar Marie 🚅
Browse files

chore: replace recaptcha with frc

parent d786e96c
No related branches found
No related tags found
No related merge requests found
......@@ -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', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment