Przeglądaj źródła

set default oauth scope separator to whitespace

Fix #1598
bubble
cbornet 8 lat temu
rodzic
commit
c7c910cf5c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      dist/index.html

+ 1
- 1
dist/index.html Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz