Fix issue

This commit is contained in:
joel.tazzari 2026-04-15 16:21:29 +02:00
parent 66d0344b80
commit c7c7297752
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ export default {
return `${rootUrl}?${qs.toString()}`
},
getKeycloakUrl (from) {
const rootURl = keycloakauthorizeurl
const rootURl = this.keycloakauthorizeurl
const options = {
client_id: this.keycloakclientid,
scope: 'openid email',