mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Resolving a wrongly declared variable error
(cherry picked from commit 7b72a5f0c2
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
3b3fa4f643
commit
c330e83095
@@ -69,7 +69,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