improving authorization script
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -84,4 +84,7 @@ function backendAutorization(){
|
||||
}).then(handleResponse);
|
||||
}
|
||||
|
||||
backendAutorization();
|
||||
document.addEventListener("logged_in", function(event) { // wait until page loaded
|
||||
backendAutorization();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user