Merge branch 'fix_scope_separator' of https://github.com/cbornet/swagger-ui into cbornet-fix_scope_separator

This commit is contained in:
Tony Tam
2016-08-10 13:32:33 +02:00

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