From 03bdb27e209360f0bacf3f44978e2cdcba79af60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 11 Mar 2026 19:14:42 +0400 Subject: [PATCH] redirect to password login after setting password MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- apps/console/src/pages/iam/auth/CreatePasswordPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/pages/iam/auth/CreatePasswordPage.tsx b/apps/console/src/pages/iam/auth/CreatePasswordPage.tsx index fe9c04508..d6c78af31 100644 --- a/apps/console/src/pages/iam/auth/CreatePasswordPage.tsx +++ b/apps/console/src/pages/iam/auth/CreatePasswordPage.tsx @@ -64,7 +64,7 @@ export default function CreatePasswordPage() { searchParams.delete("token"); void navigate({ - pathname: "/auth/login", + pathname: "/auth/password-login", search: "?" + searchParams.toString(), }, { replace: true,