We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf1218 commit 20794eeCopy full SHA for 20794ee
frontend/src/views/auth/SignOut.vue
@@ -1,5 +1,11 @@
1
<template>
2
- <div>signing out...</div>
+ <section class="mx-auto onboarding-sub-container bg-white w-full h-screen relative">
3
+ <h1
4
+ class="onboarding-sub-container-content-heading text-5xl mx-auto leading-none text-center">
5
+ Signing<br>out
6
+ </h1>
7
+ <img class="mt-4 h-32 mx-auto" src='../../assets/loading.svg'>
8
+ </section>
9
</template>
10
11
<script>
0 commit comments