Update "continue" button from "submit" to "button" type.

This commit is contained in:
Alec Rippberger 2024-10-08 21:38:26 -05:00
parent 2bb89a42ba
commit 5aec3e8210
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A
1 changed files with 1 additions and 1 deletions

View File

@ -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>