fix: Remove duplicate submit action (#6039)
This commit is contained in:
@@ -62,7 +62,6 @@
|
|||||||
:is-disabled="isSignupInProgress || !hasAValidCaptcha"
|
:is-disabled="isSignupInProgress || !hasAValidCaptcha"
|
||||||
:is-loading="isSignupInProgress"
|
:is-loading="isSignupInProgress"
|
||||||
icon="arrow-chevron-right"
|
icon="arrow-chevron-right"
|
||||||
@click="submit"
|
|
||||||
/>
|
/>
|
||||||
<p v-dompurify-html="termsLink" class="accept--terms" />
|
<p v-dompurify-html="termsLink" class="accept--terms" />
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user