Skip to content

Commit

Permalink
[UPDATED]-Keycloak version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ndasanayaka committed Mar 5, 2024
1 parent 98575e3 commit 7645c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "^15.0.2",
"keycloak-js": "^20.0.5",
"minimatch": "^3.0.4",
"platform": "^1.3.6",
"roboto-fontface": "*",
Expand Down
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import router from './router'
import vuetify from './plugins/vuetify'
import 'roboto-fontface/css/roboto/roboto-fontface.css'
import '@mdi/font/css/materialdesignicons.css'
import * as Keycloak from 'keycloak-js'
import Keycloak from 'keycloak-js'
import VueLogger from 'vuejs-logger'
import Notifications from 'vue-notification'
import VueCookies from 'vue-cookies'
Expand Down Expand Up @@ -79,7 +79,7 @@ const loadConfigAndStart = async () => {
title: 'Authentication',
text: 'Problem with authentication! move back to home!'
})
// window.location.href = Config.signoutUrl
//window.location.href = Config.signoutUrl

});

Expand Down

0 comments on commit 7645c71

Please sign in to comment.