another stage of client authentication

This commit is contained in:
DecDuck
2024-10-08 16:13:28 +11:00
parent 22b1aeec9f
commit ae4c65b7ab
22 changed files with 802 additions and 83 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="flex flex-col bg-zinc-950 h-screen w-screen overflow-hidden">
<MiniHeader class ="select-none" />
<MiniHeader />
<div class="grow overflow-y-scroll">
<slot />
</div>