mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove use verify auth on home
This commit is contained in:
parent
0ee80ee2c0
commit
fc9c744496
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