From 94c335e55a23ee84b50bd2b1c37fc5c172da9935 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 14 Jun 2025 21:11:13 +0200 Subject: [PATCH] Fix login url for the registration Signed-off-by: Bryan Frimin --- apps/console/src/pages/auth/RegisterPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/pages/auth/RegisterPage.tsx b/apps/console/src/pages/auth/RegisterPage.tsx index 432bc3ecd..385dc052b 100644 --- a/apps/console/src/pages/auth/RegisterPage.tsx +++ b/apps/console/src/pages/auth/RegisterPage.tsx @@ -150,7 +150,7 @@ export default function RegisterPage() {

{__("Already have an account?")}{" "} {__("Log in here")}