mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
98863: IT fix
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user