improvement: use type 'password' instead of text for client secret (#5262)
Co-authored-by: kyle shockey <kyleshockey@gmail.com>
This commit is contained in:
committed by
kyle shockey
parent
c213c97195
commit
44acf85d0d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user