fixed theme picker. Added basic login
This commit is contained in:
11
web/pages/login.vue
Normal file
11
web/pages/login.vue
Normal 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>
|
||||
Reference in New Issue
Block a user