Fix variables

This commit is contained in:
joel.tazzari 2026-04-15 19:14:56 +02:00
parent 506f664bea
commit 28ea821fa8
1 changed files with 3 additions and 1 deletions

View File

@ -430,9 +430,11 @@ export default {
getKeycloakUrl (from) {
const rootURl = this.keycloakauthorizeurl
const options = {
redirect_uri: this.keycloakredirecturi,
client_id: this.keycloakclientid,
response_type: 'code',
scope: 'openid email',
state: from
state: 'cloudstack'
}
const qs = new URLSearchParams(options)