mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +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">
|
||||
<!-- Continue button -->
|
||||
<button type="submit" bitButton block buttonType="primary" (click)="validateEmail()">
|
||||
<button type="button" bitButton block buttonType="primary" (click)="validateEmail()">
|
||||
{{ "continue" | i18n }}
|
||||
</button>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user