Skip to content

Commit 67cd8a9

Browse files
Andrea-Guevaragithub-actions[bot]
authored andcommitted
Resolving a wrongly declared variable error
(cherry picked from commit 7b72a5f)
1 parent c71e713 commit 67cd8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/register-email-form/register-email-form.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class RegisterEmailFormComponent implements OnDestroy, OnInit {
112112
/**
113113
* Stores error messages related to the email field
114114
*/
115-
ariaDescribedby: string = '';
115+
ariaDescribedby = '';
116116

117117
captchaVersion(): Observable<string> {
118118
return this.googleRecaptchaService.captchaVersion();

0 commit comments

Comments
 (0)