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

Commit c009f6c1 authored by Akhil's avatar Akhil 🙂
Browse files

disable when flag is true

parent b61e697a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@
				<button :wide="true"
					class="btn-primary"
					type="primary"
					:disabled="!processing">
					:disabled="processing">
					<template v-if="!processing">
						{{ t(appName,'Create My Account') }}
					</template>