Remove open mail app button
This commit is contained in:
parent
b5a89d8275
commit
9c8aa16ddb
|
@ -22,7 +22,6 @@
|
||||||
<template v-if="isMailSent">
|
<template v-if="isMailSent">
|
||||||
<div class="text-center">We sent a password reset link to <br/><span>{{form.email}}</span></div>
|
<div class="text-center">We sent a password reset link to <br/><span>{{form.email}}</span></div>
|
||||||
<div class="w-full p-4 text-center">
|
<div class="w-full p-4 text-center">
|
||||||
<v-button class="w-full my-3">Open email app</v-button>
|
|
||||||
<span class="mt-4">Didn't receive the email? <a href="#" class="ml-1" @click.prevent="send">Click to resend</a></span>
|
<span class="mt-4">Didn't receive the email? <a href="#" class="ml-1" @click.prevent="send">Click to resend</a></span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -77,4 +76,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue