We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7645c71 commit b92b0c5Copy full SHA for b92b0c5
2 files changed
package.json
@@ -13,7 +13,7 @@
13
"core-js": "^3.6.5",
14
"html-screen-capture-js": "^1.0.52",
15
"html2canvas": "^1.3.0",
16
- "keycloak-js": "^20.0.5",
+ "keycloak-js": "^23.0.7",
17
"minimatch": "^3.0.4",
18
"platform": "^1.3.6",
19
"roboto-fontface": "*",
src/main.js
@@ -34,7 +34,7 @@ const loadConfigAndStart = async () => {
34
Vue.prototype.$Config = Config
35
36
/*keycloak init*/
37
- let keycloak = Keycloak({
+ let keycloak = new Keycloak({
38
url: Config.keycloak.url,
39
realm: Config.keycloak.realm,
40
clientId: Config.keycloak.clientId,
0 commit comments