Selaa lähdekoodia

set default oauth scope separator to whitespace

Fix #1598
bubble
cbornet 8 vuotta sitten
vanhempi
commit
c7c910cf5c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      dist/index.html

+ 1
- 1
dist/index.html Näytä tiedosto

@@ -59,7 +59,7 @@
clientSecret: "your-client-secret-if-required",
realm: "your-realms",
appName: "your-app-name",
scopeSeparator: ",",
scopeSeparator: " ",
additionalQueryStringParams: {}
});
}


Ladataan…
Peruuta
Tallenna