Merge pull request #3632 from omnivore-app/fix/web-disable-user-verify-primary

Remove use verify auth on home
This commit is contained in:
Jackson Harper
2024-03-05 17:02:43 +08:00
committed by GitHub

View File

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