mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
98863: IT fix
This commit is contained in:
@@ -42,14 +42,6 @@ export class RegisterEmailFormComponent implements OnInit {
|
|||||||
validMailDomains: string[];
|
validMailDomains: string[];
|
||||||
TYPE_REQUEST_REGISTER = TYPE_REQUEST_REGISTER;
|
TYPE_REQUEST_REGISTER = TYPE_REQUEST_REGISTER;
|
||||||
|
|
||||||
captchaVersion(): Observable<string> {
|
|
||||||
return this.googleRecaptchaService.captchaVersion();
|
|
||||||
}
|
|
||||||
|
|
||||||
captchaMode(): Observable<string> {
|
|
||||||
return this.googleRecaptchaService.captchaMode();
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private epersonRegistrationService: EpersonRegistrationService,
|
private epersonRegistrationService: EpersonRegistrationService,
|
||||||
private notificationService: NotificationsService,
|
private notificationService: NotificationsService,
|
||||||
|
Reference in New Issue
Block a user