mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #3632 from omnivore-app/fix/web-disable-user-verify-primary
Remove use verify auth on home
This commit is contained in:
commit
90e716d0f5
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ type PrimaryLayoutProps = {
|
|||
}
|
||||
|
||||
export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element {
|
||||
useVerifyAuth()
|
||||
useApplyLocalTheme()
|
||||
|
||||
const { viewerData } = useGetViewerQuery()
|
||||
|
|
|
|||
Loading…
Reference in a new issue