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,