added auth support
This commit is contained in:
parent
869be69d67
commit
f3dbaef776
7 changed files with 112 additions and 3 deletions
13
app/pages/auth/login.vue
Normal file
13
app/pages/auth/login.vue
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<script lang="ts" setup>
|
||||
|
||||
import LoginForm from "~/components/forms/auth/login-form.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<login-form/>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue