Skip to content

Commit c7c7297

Browse files
author
joel.tazzari
committed
Fix issue
1 parent 66d0344 commit c7c7297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/auth/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ export default {
428428
return `${rootUrl}?${qs.toString()}`
429429
},
430430
getKeycloakUrl (from) {
431-
const rootURl = keycloakauthorizeurl
431+
const rootURl = this.keycloakauthorizeurl
432432
const options = {
433433
client_id: this.keycloakclientid,
434434
scope: 'openid email',

0 commit comments

Comments
 (0)