Skip to content

Commit b92b0c5

Browse files
committed
[UPDATED]-Keycloak version upgrade
1 parent 7645c71 commit b92b0c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"core-js": "^3.6.5",
1414
"html-screen-capture-js": "^1.0.52",
1515
"html2canvas": "^1.3.0",
16-
"keycloak-js": "^20.0.5",
16+
"keycloak-js": "^23.0.7",
1717
"minimatch": "^3.0.4",
1818
"platform": "^1.3.6",
1919
"roboto-fontface": "*",

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const loadConfigAndStart = async () => {
3434
Vue.prototype.$Config = Config
3535

3636
/*keycloak init*/
37-
let keycloak = Keycloak({
37+
let keycloak = new Keycloak({
3838
url: Config.keycloak.url,
3939
realm: Config.keycloak.realm,
4040
clientId: Config.keycloak.clientId,

0 commit comments

Comments
 (0)