Skip to content

Commit

Permalink
ADD: server login form
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTheGeeek committed Jan 5, 2024
1 parent c57985b commit 04815a2
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<template>
<div class="col-start-1 col-span-full row-start-1 row-span-full p-2 pl-0 grid grid-cols-12 grid-rows-12">
<div class="col-start-1 col-span-full row-start-1 row-end-12 bg-slate-800 rounded-md p-2">
<LoginForm />
</div>
</div>
</template>

<script setup>
import LoginForm from "./LoginForm.vue";
</script>
Loading

0 comments on commit 04815a2

Please sign in to comment.