diff --git a/web/app/components/root/root.jsx b/web/app/components/root/root.jsx index 660f12bd..834e673f 100644 --- a/web/app/components/root/root.jsx +++ b/web/app/components/root/root.jsx @@ -100,7 +100,7 @@ export default class Root extends Component { const newWindow = window.open(`${BASE_URL}/auth/${provider}/login?from=${encodeURIComponent(location.href)}`); let secondsPass = 0; - const checkMsDelay = 200; + const checkMsDelay = 100; const checkInterval = setInterval(() => { secondsPass += checkMsDelay;