Parcourir la source

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

Co-authored-by: kyle shockey <kyleshockey@gmail.com>
bubble
dalbrx-forcam il y a 4 ans
committed by kyle shockey
Parent
révision
44acf85d0d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/core/components/auth/oauth2.jsx

+ 1
- 1
src/core/components/auth/oauth2.jsx Voir le fichier

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


Chargement…
Annuler
Enregistrer