Ver código fonte

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

Co-authored-by: kyle shockey <kyleshockey@gmail.com>
bubble
dalbrx-forcam 4 anos atrás
committed by kyle shockey
pai
commit
44acf85d0d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/core/components/auth/oauth2.jsx

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

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


Carregando…
Cancelar
Salvar