Resolving a wrongly declared variable error

This commit is contained in:
andreaNeki
2024-10-31 11:39:34 -03:00
parent e629d9edf0
commit 7b72a5f0c2

View File

@@ -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();