fixed theme picker. Added basic login

This commit is contained in:
2025-07-07 14:59:06 +02:00
parent 36d5f98dc9
commit 7268fdd356
6 changed files with 210 additions and 14 deletions

11
web/pages/login.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<div class="w-screen h-screen flex items-center justify-center">
<SignIn />
</div>
</template>
<script setup lang="ts">
</script>
<style scoped></style>