improving authorization script

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-10-20 17:46:01 +02:00
parent f5ceb77ea7
commit bc3f016e1e

View File

@@ -84,4 +84,7 @@ function backendAutorization(){
}).then(handleResponse);
}
backendAutorization();
document.addEventListener("logged_in", function(event) { // wait until page loaded
backendAutorization();
});