Explorar el Código

set default oauth scope separator to whitespace

Fix #1598
bubble
cbornet hace 8 años
padre
commit
c7c910cf5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      dist/index.html

+ 1
- 1
dist/index.html Ver fichero

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


Cargando…
Cancelar
Guardar