diff --git a/src/components/AccountForm.vue b/src/components/AccountForm.vue index 7a84d6ff07..b48e25995e 100644 --- a/src/components/AccountForm.vue +++ b/src/components/AccountForm.vue @@ -243,8 +243,8 @@ v-if="mode === 'auto'" :aria-label="submitButtonText" class="account-form__submit-button" - type="primary" - native-type="submit" + variant="primary" + type="submit" :disabled="isDisabledAuto || loading" @click.prevent="onSubmit">