feature: fludify login process

This commit is contained in:
Jean-Baptiste Pasquier
2021-02-17 19:22:22 +01:00
parent 1fb9c6bc8f
commit c8dc654fc7
6 changed files with 57 additions and 20 deletions

View File

@ -4,7 +4,7 @@ export const HublAutoLogin = {
name: 'hubl-auto-login',
created() {
document
.querySelectorAll(".loggedIn")
.querySelectorAll(".loggedIn-loader")
.forEach(el => (el.style.display = "flex"));
window.dispatchEvent(
new CustomEvent('requestNavigation', {