mirror of https://github.com/statping/statping
Merge pull request #322 from statping-ng/rebase-pr-170
Fix Custom OAuth scopes parameterpull/1118/head
commit
755f0a0149
|
@ -105,7 +105,7 @@
|
||||||
}
|
}
|
||||||
scopes.push(this.oauth.custom_scopes.split(","))
|
scopes.push(this.oauth.custom_scopes.split(","))
|
||||||
if (scopes.length !== 0) {
|
if (scopes.length !== 0) {
|
||||||
return "&scopes="+scopes.join(",")
|
return "&scope="+scopes.join(" ")
|
||||||
}
|
}
|
||||||
return ""
|
return ""
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue