Resolving a wrongly declared variable error

(cherry picked from commit 7b72a5f0c2)
This commit is contained in:
andreaNeki
2024-10-31 11:39:34 -03:00
committed by github-actions[bot]
parent c71e7139ca
commit 67cd8a989b

View File

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