Skip to content

Commit

Permalink
Should be dispatched event instead string itself
Browse files Browse the repository at this point in the history
(reference #74)
  • Loading branch information
piotrzarzycki21 committed Nov 29, 2024
1 parent e42af8d commit 70681ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
_loginFailed = value;
loginFormValidator.loginFailed = value;
loginForm.dispatchEvent("loginFailed");
loginForm.dispatchEvent(new Event("loginFailed"));
}
}
Expand Down

0 comments on commit 70681ef

Please sign in to comment.