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