98863: IT fix

This commit is contained in:
Marie Verdonck
2023-01-26 16:13:21 +01:00
parent 31d86eeb8c
commit 81d21e25c2

View File

@@ -42,14 +42,6 @@ export class RegisterEmailFormComponent implements OnInit {
validMailDomains: string[];
TYPE_REQUEST_REGISTER = TYPE_REQUEST_REGISTER;
captchaVersion(): Observable<string> {
return this.googleRecaptchaService.captchaVersion();
}
captchaMode(): Observable<string> {
return this.googleRecaptchaService.captchaMode();
}
constructor(
private epersonRegistrationService: EpersonRegistrationService,
private notificationService: NotificationsService,