password reset

This commit is contained in:
augmentedpotato
2026-04-15 00:17:26 -06:00
parent 5cf5265451
commit 535004bced
4 changed files with 234 additions and 0 deletions

View File

@@ -82,6 +82,11 @@ function LoginPage() {
Don't have an account?{" "}
<Link href={searchParams.get("next") ? `/register?next=${encodeURIComponent(searchParams.get("next"))}` : "/register"} className="auth-switch-link">Register here</Link>
</p>
<p className="auth-switch">
Forgot your password?{" "}
<Link href="/forgot-password" className="auth-switch-link">Reset it here</Link>
</p>
</div>
</main>
);