diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 49d7102a..a837237e 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -30,7 +30,14 @@ const Layout = () => { redirectCallbackUri: `${window.location.origin}/callback`, }); } - }, [isLoggedInCookie, isClientAccountsPopulated, isOAuth2Enabled, isEndpointPage, isCallbackPage]); + }, [ + isLoggedInCookie, + isClientAccountsPopulated, + isOAuth2Enabled, + isEndpointPage, + isCallbackPage, + clientAccountsMissingToken, + ]); return (