浏览代码

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: {}
});
}


正在加载...
取消
保存