feature: native auto-login

This commit is contained in:
Jean-Baptiste Pasquier
2020-11-30 14:39:31 +00:00
parent f1ffcc60b7
commit 857f620ba1
2 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@ document.addEventListener("DOMContentLoaded", function () {
document
.querySelector('.loggedIn')
.setAttribute("style", "display:none !important");
} else {
document.querySelector('sib-auth').login();
}
});
});