1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00

Adding fix for empty scopes

This commit is contained in:
Dean 2022-08-18 11:50:52 +01:00
parent 9a677fce72
commit faa765f69d

View file

@ -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,
]