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
commit 90e716d0f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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