Skip to content

Commit

Permalink
[UPDATED]-Keycloak version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ndasanayaka committed Mar 6, 2024
1 parent 7645c71 commit b92b0c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"core-js": "^3.6.5",
"html-screen-capture-js": "^1.0.52",
"html2canvas": "^1.3.0",
"keycloak-js": "^20.0.5",
"keycloak-js": "^23.0.7",
"minimatch": "^3.0.4",
"platform": "^1.3.6",
"roboto-fontface": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const loadConfigAndStart = async () => {
Vue.prototype.$Config = Config

/*keycloak init*/
let keycloak = Keycloak({
let keycloak = new Keycloak({
url: Config.keycloak.url,
realm: Config.keycloak.realm,
clientId: Config.keycloak.clientId,
Expand Down

0 comments on commit b92b0c5

Please sign in to comment.