Fix types

This commit is contained in:
phil 2025-01-26 04:02:05 +01:00
parent c4cc6f71f1
commit 761778ce00
2 changed files with 10 additions and 10 deletions

View file

@ -28,7 +28,7 @@ createApp(App)
realm: 'test',
clientId: 'oidc-test-web',
},
init: { onLoad: 'check-sso' },
//init: { onLoad: 'check-sso' },
onReady(keycloak: Keycloak, vkk) {
initializeTokenInterceptor()
},