diff --git a/app/scenes/Login/index.js b/app/scenes/Login/index.js index 0279fdeaf..0760b1ff4 100644 --- a/app/scenes/Login/index.js +++ b/app/scenes/Login/index.js @@ -39,7 +39,7 @@ function Login({ location }: Props) { React.useEffect(() => { auth.fetchConfig(); - }, []); + }, [auth]); console.log(config);