mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-09 19:28:06 +01:00
Update "continue" button from "submit" to "button" type.
This commit is contained in:
parent
2bb89a42ba
commit
5aec3e8210
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<div class="tw-grid tw-gap-3">
|
<div class="tw-grid tw-gap-3">
|
||||||
<!-- Continue button -->
|
<!-- Continue button -->
|
||||||
<button type="submit" bitButton block buttonType="primary" (click)="validateEmail()">
|
<button type="button" bitButton block buttonType="primary" (click)="validateEmail()">
|
||||||
{{ "continue" | i18n }}
|
{{ "continue" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user