Browse Source

improving authorization script

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
main
Stephan Richter 1 month ago
parent
commit
bc3f016e1e
  1. 5
      de.srsoftware.oidc.web/src/main/resources/en/scripts/authorization.js

5
de.srsoftware.oidc.web/src/main/resources/en/scripts/authorization.js

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

Loading…
Cancel
Save