提交 44acf85d 编写于 作者: D dalbrx-forcam 提交者: kyle shockey

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

Co-authored-by: Nkyle shockey <kyleshockey@gmail.com>
上级 c213c971
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册