password reset
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user