Etienne
2025-05-22 13:49:23 +02:00
committed by GitHub
parent 4e7a7ce893
commit 0ac4cc6899

View File

@ -29,7 +29,7 @@ export class CaptchaGuard implements CanActivate {
} else { } else {
await this.metricsService.incrementCounter({ await this.metricsService.incrementCounter({
key: MetricsKeys.InvalidCaptcha, key: MetricsKeys.InvalidCaptcha,
eventId: token, eventId: token || '',
}); });
throw new BadRequestException( throw new BadRequestException(