diff --git a/apps/frontend/src/components/auth/register.tsx b/apps/frontend/src/components/auth/register.tsx index e9498edf6e..7853286db1 100644 --- a/apps/frontend/src/components/auth/register.tsx +++ b/apps/frontend/src/components/auth/register.tsx @@ -122,7 +122,7 @@ function AuthErrorState({ console.error('Failed to restart the SSO flow:', e); } window.location.href = '/auth/login'; - }, [attempts]); + }, [attempts, fetch]); return (