소스 검색

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


불러오는 중...
취소
저장