mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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
|
* Stores error messages related to the email field
|
||||||
*/
|
*/
|
||||||
ariaDescribedby: string = '';
|
ariaDescribedby = '';
|
||||||
|
|
||||||
captchaVersion(): Observable<string> {
|
captchaVersion(): Observable<string> {
|
||||||
return this.googleRecaptchaService.captchaVersion();
|
return this.googleRecaptchaService.captchaVersion();
|
||||||
|
Reference in New Issue
Block a user