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 3b3fa4f643
commit c330e83095

View File

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