diff --git a/frontend/src/hooks/auth.tsx b/frontend/src/hooks/auth.tsx index 4dbba867..8c52e4ae 100644 --- a/frontend/src/hooks/auth.tsx +++ b/frontend/src/hooks/auth.tsx @@ -144,7 +144,7 @@ export const OneTimePasswordWrapper = ({ } } })(); - }, [searchParams, navigate, setApiKey, api]); + }, [searchParams]); return <>{children}; };