ソースを参照

set default oauth scope separator to whitespace

Fix #1598
bubble
cbornet 8年前
コミット
c7c910cf5c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      dist/index.html

+ 1
- 1
dist/index.html ファイルの表示

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


読み込み中…
キャンセル
保存