Loading src/signup/RecoveryEmailForm.vue +0 −8 Original line number Diff line number Diff line Loading @@ -39,14 +39,6 @@ @click.prevent="submitRecoveryEmailForm(true)"> {{ t(appName,'Set My Recovery Email Now') }} </button> <button v-if="false" :wide="true" class="btn-default w-50 mx-10" type="primary" :disabled="processingCreation" @click.prevent="submitRecoveryEmailForm(false)"> {{ t(appName,'Later') }} </button> </div> </div> </template> Loading Loading
src/signup/RecoveryEmailForm.vue +0 −8 Original line number Diff line number Diff line Loading @@ -39,14 +39,6 @@ @click.prevent="submitRecoveryEmailForm(true)"> {{ t(appName,'Set My Recovery Email Now') }} </button> <button v-if="false" :wide="true" class="btn-default w-50 mx-10" type="primary" :disabled="processingCreation" @click.prevent="submitRecoveryEmailForm(false)"> {{ t(appName,'Later') }} </button> </div> </div> </template> Loading