decrease delay for checking auth state
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user