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:
@@ -12,7 +12,7 @@
|
||||
-->
|
||||
<form
|
||||
[ngClass]="{ 'tw-hidden': clientType !== ClientType.Web }"
|
||||
[bitSubmit]="submit.bind(null, false)"
|
||||
[bitSubmit]="submit"
|
||||
[formGroup]="formGroup"
|
||||
>
|
||||
<!-------------------------
|
||||
|
||||
Reference in New Issue
Block a user