fix: larger timeout and facultative communities
This commit is contained in:
@ -2,4 +2,4 @@ setTimeout(() => {
|
||||
if(document.querySelector('.loggedIn-loader').style.display != 'none') {
|
||||
document.querySelector('#something-goes-wrong').removeAttribute('hidden')
|
||||
}
|
||||
}, 5000);
|
||||
}, 10000);
|
Reference in New Issue
Block a user