fix: Remove duplicate submit action (#6039)

This commit is contained in:
Pranav Raj S 2022-12-07 16:28:45 -08:00 committed by GitHub
parent 779bcf5e0d
commit 52ea201070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,6 @@
:is-disabled="isSignupInProgress || !hasAValidCaptcha"
:is-loading="isSignupInProgress"
icon="arrow-chevron-right"
@click="submit"
/>
<p v-dompurify-html="termsLink" class="accept--terms" />
</form>