Skip to content

Commit

Permalink
Kc Init Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Dec 9, 2024
1 parent 3838ac5 commit 44d0edf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vue/sbc-common-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue/sbc-common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbc-common-components",
"version": "4.0.8",
"version": "4.0.9",
"private": false,
"description": "Common Vue Components to be used across BC Registries and Online Services.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class KeyCloakService {
this.clearSession()
const token = ConfigHelper.getFromSession(SessionStorageKeys.KeyCloakToken) || undefined
const keycloakConfig = ConfigHelper.getKeycloakConfigUrl()
this.kc = Keycloak(keycloakConfig)
this.kc = new Keycloak(keycloakConfig)
const kcLogin = this.kc.login
this.kc.login = (options?: KeycloakLoginOptions) => {
if (options) {
Expand Down

0 comments on commit 44d0edf

Please sign in to comment.