mirror of https://github.com/apache/cloudstack.git
Fix issue
This commit is contained in:
parent
66d0344b80
commit
c7c7297752
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue