Browse Source

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

bubble
Tony Tam 8 years ago
parent
commit
ec5641a087
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