Browse Source

set default oauth scope separator to whitespace

Fix #1598
bubble
cbornet 8 years ago
parent
commit
c7c910cf5c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dist/index.html

+ 1
- 1
dist/index.html View File

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


Loading…
Cancel
Save