diff --git a/src/views/pages/authentication/AuthCheck.js b/src/views/pages/authentication/AuthCheck.js index 6b78cdd..dd3c107 100644 --- a/src/views/pages/authentication/AuthCheck.js +++ b/src/views/pages/authentication/AuthCheck.js @@ -13,7 +13,7 @@ function AuthCheck(props) { const [authCheckState, setAuthCheckState] = useState({ loading: true, authorized: false, - pending: true, + pending: false, reqNum: 0 });