Adding fix for empty scopes
This commit is contained in:
parent
9260935572
commit
5452958805
|
@ -503,7 +503,7 @@
|
||||||
<span
|
<span
|
||||||
class="edit-icon"
|
class="edit-icon"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
if (!providers.oidc.config.configs[0]) {
|
if (!providers.oidc.config.configs[0]["scopes"]) {
|
||||||
providers.oidc.config.configs[0]["scopes"] = [
|
providers.oidc.config.configs[0]["scopes"] = [
|
||||||
...defaultScopes,
|
...defaultScopes,
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue