Explorar el Código

improvement: use type 'password' instead of text for client secret (#5262)

Co-authored-by: kyle shockey <kyleshockey@gmail.com>
bubble
dalbrx-forcam hace 4 años
committed by kyle shockey
padre
commit
44acf85d0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/core/components/auth/oauth2.jsx

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

@@ -190,7 +190,7 @@ export default class Oauth2 extends React.Component {
: <Col tablet={10} desktop={10}>
<InitializedInput id="client_secret"
initialValue={ this.state.clientSecret }
type="text"
type="password"
data-name="clientSecret"
onChange={ this.onInputChange }/>
</Col>


Cargando…
Cancelar
Guardar