瀏覽代碼

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

Co-authored-by: kyle shockey <kyleshockey@gmail.com>
bubble
dalbrx-forcam 4 年之前
committed by kyle shockey
父節點
當前提交
44acf85d0d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/core/components/auth/oauth2.jsx

+ 1
- 1
src/core/components/auth/oauth2.jsx 查看文件

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


Loading…
取消
儲存