Parcourir la source

set default oauth scope separator to whitespace

Fix #1598
bubble
cbornet il y a 8 ans
Parent
révision
c7c910cf5c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      dist/index.html

+ 1
- 1
dist/index.html Voir le fichier

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


Chargement…
Annuler
Enregistrer