mirror of https://github.com/apache/cloudstack.git
Fix variables
This commit is contained in:
parent
506f664bea
commit
28ea821fa8
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue