Skip to content
Snippets Groups Projects
Commit 93e8ba31 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Use the minified version of the keycloak api

parent ca674dc5
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ class VPUAuth extends LitElement { ...@@ -134,7 +134,7 @@ class VPUAuth extends LitElement {
}; };
// https://www.keycloak.org/docs/latest/securing_apps/index.html#_javascript_a // https://www.keycloak.org/docs/latest/securing_apps/index.html#_javascript_a
script.src = '//auth-dev.tugraz.at/auth/js/keycloak.js'; script.src = '//auth-dev.tugraz.at/auth/js/keycloak.min.js';
//Append it to the document header //Append it to the document header
document.head.appendChild(script); document.head.appendChild(script);
......
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