start
This commit is contained in:
11
src/pages/authentication/sign-in.astro
Normal file
11
src/pages/authentication/sign-in.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
import LayoutStacked from '../../app/LayoutStacked.astro'
|
||||
//import FormSignIn from '../../widgets/FormSignIn.astro'
|
||||
import SignIn from '../../widgets/sign-in.vue'
|
||||
---
|
||||
|
||||
<LayoutStacked>
|
||||
<div class="min-h-screen align-middle flex pb-[12vh]">
|
||||
<SignIn client:load/>
|
||||
</div>
|
||||
</LayoutStacked>
|
||||
Reference in New Issue
Block a user