Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c12c898 authored by Akhil's avatar Akhil 🙂
Browse files

no ... on the recovery email page

parent c009f6c1
Loading
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
@@ -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>