initial
This commit is contained in:
39
apps/client/pages/verification/processing.vue
Normal file
39
apps/client/pages/verification/processing.vue
Normal file
@@ -0,0 +1,39 @@
|
||||
<template>
|
||||
<div class="verification-processing">
|
||||
<h1 class="mb-56">
|
||||
We process your data
|
||||
</h1>
|
||||
|
||||
<UiAlert
|
||||
size="large"
|
||||
class="mb-40"
|
||||
>
|
||||
The verification status of your documents will be displayed here. It usually takes 1-2 business days.
|
||||
<br> <br>
|
||||
Also, at the end of the verification, we will send a notification
|
||||
to the mail john@gmail.com
|
||||
</UiAlert>
|
||||
|
||||
<UiButton
|
||||
size="large"
|
||||
class="w-100"
|
||||
href="/projects"
|
||||
>
|
||||
{{ $t('to_main') }}
|
||||
</UiButton>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
definePageMeta({
|
||||
middleware: ['auth'],
|
||||
centerContent: true,
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.verification-processing{
|
||||
margin: 0 auto;
|
||||
width: 513px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user