Fix login url for the registration

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Jonathan
2025-06-14 21:11:13 +02:00
committed by Bryan Frimin
parent f7fad246e4
commit 94c335e55a

View File

@@ -150,7 +150,7 @@ export default function RegisterPage() {
<p className="text-sm text-txt-tertiary">
{__("Already have an account?")}{" "}
<Link
to="/login"
to="/auth/login"
className="underline text-txt-primary hover:text-txt-secondary"
>
{__("Log in here")}