diff --git a/apps/blogai/components/header.tsx b/apps/blogai/components/header.tsx index db31973..497e9e0 100644 --- a/apps/blogai/components/header.tsx +++ b/apps/blogai/components/header.tsx @@ -38,16 +38,6 @@ import { message } from 'antd' export function Header() { - // const session = await auth() - // const userData2: UserData = { - // auth_token: "", - // id: 1, - // login_ip: "", - // login_time: 0, - // role: "", - // user_name: "", - // version: "" - // } const router = useRouter(); const { t } = useTranslation(); @@ -72,25 +62,7 @@ export function Header() { return (
- {/* - */} -
-
- {/* - - */} -
- {/* show { - router.push("/") - // toast.success('coming soon') - }} /> */}
{/* */} @@ -107,12 +79,6 @@ export function Header() { ) : (
- {/* */} -