Skip to content
Snippets Groups Projects
Commit ce3a0d1a authored by Lucie Bader's avatar Lucie Bader
Browse files

Actualisation barre après déconnexion

parent 2b3de120
No related branches found
No related tags found
1 merge request!4Définitions (lexiques de l'utilisateur + Wiktionnaire)
...@@ -95,7 +95,9 @@ async function disconnectFromLexicalDB() { ...@@ -95,7 +95,9 @@ async function disconnectFromLexicalDB() {
"Vous êtes maintenant déconnecté(e).", "Vous êtes maintenant déconnecté(e).",
"icons/logout.png" "icons/logout.png"
); );
await refreshAllUI(); setTimeout(async () => {
await refreshAllUI();
}, 500);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment