implemented some login stuff.

This commit is contained in:
sockenklaus
2023-07-04 01:08:21 +02:00
parent 7a2b63ee07
commit f98fc36e51
11 changed files with 124 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
<template>
<LoginLayout>
<MainNav />
<slot />
<slot></slot>
</LoginLayout>
</template>

View File

@@ -1,7 +1,9 @@
<template>
<main class="bg-slate-100 flex justify-center h-screen">
<div class="m-auto bg-white p-4 border rounded space-y-4 drop-shadow">
<slot></slot>
<n-message-provider>
<slot></slot>
</n-message-provider>
</div>
</main>
</template>