diff --git a/apps/console/src/pages/iam/auth/AuthLayout.tsx b/apps/console/src/pages/iam/auth/AuthLayout.tsx
index f2b398ed3..0ebdd732b 100644
--- a/apps/console/src/pages/iam/auth/AuthLayout.tsx
+++ b/apps/console/src/pages/iam/auth/AuthLayout.tsx
@@ -1,23 +1,17 @@
-import { Logo } from "@probo/ui";
+import { Card, Logo } from "@probo/ui";
import { Outlet } from "react-router";
import { IAMRelayProvider } from "#/providers/IAMRelayProvider";
export default function AuthLayout() {
return (
-
-
-
+
+
+
+
+
+
+
);
}
diff --git a/apps/console/src/pages/iam/auth/ForgotPasswordPage.tsx b/apps/console/src/pages/iam/auth/ForgotPasswordPage.tsx
index 4105d1ccc..17b066083 100644
--- a/apps/console/src/pages/iam/auth/ForgotPasswordPage.tsx
+++ b/apps/console/src/pages/iam/auth/ForgotPasswordPage.tsx
@@ -135,7 +135,7 @@ export default function ForgotPasswordPage() {