Anna Bodnia há 7 anos
ascendente
cometimento
ee2e82390b
3 ficheiros alterados com 5 adições e 5 eliminações
  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
A apresentação das diferenças no ficheiro foi suprimida por ser demasiado grande
Ver ficheiro


+ 2
- 2
dist/swagger-ui.js
A apresentação das diferenças no ficheiro foi suprimida por ser demasiado grande
Ver ficheiro


+ 1
- 1
src/core/components/auth/oauth2.jsx Ver ficheiro

@@ -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,


Carregando…
Cancelar
Guardar