Login/Logout/Forgor flows

This commit is contained in:
Jorge Vargas 2025-02-10 23:09:11 -06:00
parent 5d04693a09
commit af4c629047
18 changed files with 298 additions and 129 deletions

View file

@ -25,10 +25,10 @@ import 'styles/global.css'
</head>
<body class='flex flex-col min-h-full m-0 color-'>
<Header />
<main class='flex-1'>
<main class='flex-1 bg-soc-green'>
<Toaster client:only='react' toastOptions={{ duration: 6000 }} />
<slot />
</main>
<footer>This is the footer</footer>
<footer class='bg-soc-green'>This is the footer</footer>
</body>
</html>