1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 19:53:43 +00:00

remove toast error on invalid form for Browser/Desktop

This commit is contained in:
rr-bw
2024-09-10 14:22:51 -07:00
parent d098ee0cbc
commit 9588148e48
2 changed files with 18 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
-->
<form
[ngClass]="{ 'tw-hidden': clientType !== ClientType.Web }"
[bitSubmit]="submit.bind(null, false)"
[bitSubmit]="submit"
[formGroup]="formGroup"
>
<!-------------------------