working authentication

This commit is contained in:
2024-12-15 08:23:18 -05:00
parent ac7e26911b
commit 0638a8cd52
8 changed files with 297 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ export default function SignupPage() {
<h2 className="mt-8 text-2xl/9 font-bold tracking-tight text-gray-900">Sign in to your account</h2>
<p className="mt-2 text-sm/6 text-gray-500">
Not a member?{' '}
<a href="#" className="font-semibold text-lime-700 hover:text-lime-800">
<a href="/register" className="font-semibold text-lime-700 hover:text-lime-800">
Create An Account
</a>
</p>