set default oauth scope separator to whitespace

Fix #1598
This commit is contained in:
cbornet
2016-07-22 14:01:18 +02:00
parent c801f036f1
commit c7c910cf5c

2
dist/index.html vendored
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: {}
}); });
} }