Skip to content

Commit 44acf85

Browse files
improvement: use type 'password' instead of text for client secret (#5262)
Co-authored-by: kyle shockey <[email protected]>
1 parent c213c97 commit 44acf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/auth/oauth2.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default class Oauth2 extends React.Component {
190190
: <Col tablet={10} desktop={10}>
191191
<InitializedInput id="client_secret"
192192
initialValue={ this.state.clientSecret }
193-
type="text"
193+
type="password"
194194
data-name="clientSecret"
195195
onChange={ this.onInputChange }/>
196196
</Col>

0 commit comments

Comments
 (0)