Remove use verify auth on home

This commit is contained in:
Jackson Harper
2024-03-05 17:02:05 +08:00
parent 0ee80ee2c0
commit fc9c744496

View File

@ -26,7 +26,6 @@ type PrimaryLayoutProps = {
}
export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
useVerifyAuth()
useApplyLocalTheme()
const { viewerData } = useGetViewerQuery()