fix: larger timeout and facultative communities

This commit is contained in:
Jean-Baptiste Pasquier
2021-02-18 15:44:09 +01:00
parent 64b6744dfc
commit 1164f52ef2
2 changed files with 17 additions and 16 deletions

View File

@ -2,4 +2,4 @@ setTimeout(() => {
if(document.querySelector('.loggedIn-loader').style.display != 'none') {
document.querySelector('#something-goes-wrong').removeAttribute('hidden')
}
}, 5000);
}, 10000);