Skip to content

Commit

Permalink
Resolving a wrongly declared variable error
Browse files Browse the repository at this point in the history
(cherry picked from commit 7b72a5f)
  • Loading branch information
Andrea-Guevara authored and github-actions[bot] committed Nov 1, 2024
1 parent 3b3fa4f commit c330e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c330e83

Please sign in to comment.