lucia authentication

This commit is contained in:
2025-01-28 15:09:06 -05:00
parent 84e5c9e399
commit 0ab4c88264
121 changed files with 5613 additions and 66 deletions

View File

@@ -205,10 +205,10 @@ export default function PopNav() {
<div className="space-y-6 border-t border-gray-200 px-4 py-6">
<div className="flow-root">
<a
href="/signin"
href="/login"
className="-m-2 block p-2 font-medium text-gray-900"
>
Sign in
Sign In
</a>
</div>
<div className="flow-root">
@@ -360,10 +360,10 @@ export default function PopNav() {
<div className="ml-auto flex items-center">
<div className="hidden lg:flex lg:flex-1 lg:items-center lg:justify-end lg:space-x-6">
<a
href="/signin"
href="/login"
className="text-sm font-medium text-gray-700 hover:text-gray-800"
>
Sign In
Sign In beats me
</a>
<span aria-hidden="true" className="h-6 w-px bg-gray-200" />
</div>