Skip to content

Commit

Permalink
Resolving a wrongly declared variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Guevara committed Oct 31, 2024
1 parent e629d9e commit 7b72a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7b72a5f

Please sign in to comment.