Page verifyemail
This commit is contained in:
parent
751f40eb1f
commit
409b58c82c
2 changed files with 40 additions and 0 deletions
34
src/views/VerifyEmail.vue
Normal file
34
src/views/VerifyEmail.vue
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div
|
||||
class="bg-light text-center q-pa-md flex flex-center"
|
||||
style="
|
||||
height: 90vh;
|
||||
background: linear-gradient(to bottom, #e0f7fa, #ffffff);
|
||||
"
|
||||
>
|
||||
<div class="card">
|
||||
<!-- <div class="header"> -->
|
||||
<q-icon name="mdi-check-decagram" color="blue" size="64px" />
|
||||
<div class="text-h4 text-primary q-mt-md">Verify Your Email</div>
|
||||
<!-- <div class="text-subtitle2 text-grey-7 q-mt-xs">
|
||||
Please check your inbox to confirm your email address.
|
||||
</div> -->
|
||||
<!-- </div> -->
|
||||
|
||||
<q-btn
|
||||
class="q-mt-xl"
|
||||
color="primary"
|
||||
text-color="white"
|
||||
to="/"
|
||||
label="กลับหน้าหลัก"
|
||||
no-caps
|
||||
rounded
|
||||
size="lg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue