Anna Bodnia pirms 7 gadiem
vecāks
revīzija
ee2e82390b
3 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. +2
    -2
      dist/swagger-ui-bundle.js
  2. +2
    -2
      dist/swagger-ui.js
  3. +1
    -1
      src/core/components/auth/oauth2.jsx

+ 2
- 2
dist/swagger-ui-bundle.js
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 2
- 2
dist/swagger-ui.js
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 1
- 1
src/core/components/auth/oauth2.jsx Parādīt failu

@@ -27,7 +27,7 @@ export default class Oauth2 extends React.Component {
let username = auth && auth.get("username") || ""
let clientId = auth && auth.get("clientId") || authConfigs.clientId || ""
let clientSecret = auth && auth.get("clientSecret") || authConfigs.clientSecret || ""
let passwordType = auth && auth.get("passwordType") || "basic"
let passwordType = auth && auth.get("passwordType") || "request-body"

this.state = {
appName: authConfigs.appName,


Notiek ielāde…
Atcelt
Saglabāt