Remove use verify auth on home
This commit is contained in:
@ -26,7 +26,6 @@ type PrimaryLayoutProps = {
|
||||
}
|
||||
|
||||
export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
|
||||
useVerifyAuth()
|
||||
useApplyLocalTheme()
|
||||
|
||||
const { viewerData } = useGetViewerQuery()
|
||||
|
||||
Reference in New Issue
Block a user