diff --git a/docs_v1.0/doc_wasm/index.html b/docs_v1.0/doc_wasm/index.html index 3456887..5afba60 100644 --- a/docs_v1.0/doc_wasm/index.html +++ b/docs_v1.0/doc_wasm/index.html @@ -210,11 +210,7 @@ async function initApp() { async function init() { // Hide sidebar until authenticated document.getElementById('sidebar').style.display = 'none'; - if (await loginUser('demo', 'demo')) { - initApp(); - } else { - showLoginForm(); - } + showLoginForm(); } init();