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