From fc9c744496fbcb7ad81f6ebb18c11e2f10ae9b11 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 5 Mar 2024 17:02:05 +0800 Subject: [PATCH] Remove use verify auth on home --- packages/web/components/templates/PrimaryLayout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/web/components/templates/PrimaryLayout.tsx b/packages/web/components/templates/PrimaryLayout.tsx index c7fff4d4f..ce661f161 100644 --- a/packages/web/components/templates/PrimaryLayout.tsx +++ b/packages/web/components/templates/PrimaryLayout.tsx @@ -26,7 +26,6 @@ type PrimaryLayoutProps = { } export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element { - useVerifyAuth() useApplyLocalTheme() const { viewerData } = useGetViewerQuery()