mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 08:12:44 +10:00
compliant with new APIs
This commit is contained in:
18
pages/auth/signedout.vue
Normal file
18
pages/auth/signedout.vue
Normal file
@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<InitiateAuthModule>
|
||||
<h1
|
||||
class="mt-4 text-3xl font-bold font-display tracking-tight text-zinc-100 sm:text-5xl"
|
||||
>
|
||||
You've been signed out
|
||||
</h1>
|
||||
<p class="mt-6 text-base leading-7 text-zinc-400">
|
||||
Unfortunately, you've been signed out. To sign back in, click below.
|
||||
</p>
|
||||
</InitiateAuthModule>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: "mini",
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user