password reset

This commit is contained in:
augmentedpotato
2026-04-15 00:17:26 -06:00
parent be697f080e
commit 755fa092c2
4 changed files with 234 additions and 0 deletions

View File

@@ -174,6 +174,11 @@ function RegisterPage() {
Already have an account?{" "}
<Link href={searchParams.get("next") ? `/login?next=${encodeURIComponent(searchParams.get("next"))}` : "/login"} className="auth-switch-link">Log in 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>
);