From 75d5f2df3cf9b63406648c9ea5abadee0c577272 Mon Sep 17 00:00:00 2001 From: NFish Date: Wed, 4 Jun 2025 10:31:35 +0800 Subject: [PATCH] fix: hide language change dropdown menu --- web/app/(shareLayout)/webapp-signin/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/app/(shareLayout)/webapp-signin/layout.tsx b/web/app/(shareLayout)/webapp-signin/layout.tsx index 39d8ceea37..26f8ad8690 100644 --- a/web/app/(shareLayout)/webapp-signin/layout.tsx +++ b/web/app/(shareLayout)/webapp-signin/layout.tsx @@ -1,5 +1,4 @@ 'use client' -import Header from '@/app/signin/_header' import cn from '@/utils/classnames' import { useGlobalPublicStore } from '@/context/global-public-context' @@ -11,7 +10,7 @@ export default function SignInLayout({ children }: any) { return <>
-
+ {/*
*/}
{children}