diff --git a/src/frontend/apps/desk/src/core/auth/Auth.tsx b/src/frontend/apps/desk/src/core/auth/Auth.tsx index bc314a7..865a815 100644 --- a/src/frontend/apps/desk/src/core/auth/Auth.tsx +++ b/src/frontend/apps/desk/src/core/auth/Auth.tsx @@ -10,7 +10,7 @@ export const Auth = ({ children }: PropsWithChildren) => { useEffect(() => { initAuth(); - }, [initAuth, authenticated]); + }, [initAuth]); if (!authenticated) { return (