mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Resolving a wrongly declared variable error
This commit is contained in:
@@ -112,7 +112,7 @@ export class RegisterEmailFormComponent implements OnDestroy, OnInit {
|
||||
/**
|
||||
* Stores error messages related to the email field
|
||||
*/
|
||||
ariaDescribedby: string = '';
|
||||
ariaDescribedby = '';
|
||||
|
||||
captchaVersion(): Observable<string> {
|
||||
return this.googleRecaptchaService.captchaVersion();
|
||||
|
Reference in New Issue
Block a user