This commit is contained in:
Tom Moor
2021-01-31 14:41:00 -08:00
parent 9d84652dff
commit 785e208c6c

View File

@@ -39,7 +39,7 @@ function Login({ location }: Props) {
React.useEffect(() => {
auth.fetchConfig();
}, []);
}, [auth]);
console.log(config);