Skip to content

Commit

Permalink
remove unnecessary user auth poll
Browse files Browse the repository at this point in the history
  • Loading branch information
Timtam committed Apr 29, 2024
1 parent f858bae commit cbb7f80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ export default function Layout() {
}
}, [cookies])

useEffect(() => {
updateUserAuth()
}, [])

return (
<Container fluid className="justify-content-center">
{user === null ? (
Expand Down

0 comments on commit cbb7f80

Please sign in to comment.