mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Update "continue" button from "submit" to "button" type.
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user