|
@@ -122,7 +122,7 @@ class GoogleSecurityManagementContents extends React.Component {
|
|
|
<div className="col-6">
|
|
<div className="col-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
|
- type="text"
|
|
|
|
|
|
|
+ type="password"
|
|
|
name="googleClientSecret"
|
|
name="googleClientSecret"
|
|
|
defaultValue={adminGoogleSecurityContainer.state.googleClientSecret || ''}
|
|
defaultValue={adminGoogleSecurityContainer.state.googleClientSecret || ''}
|
|
|
onChange={e => adminGoogleSecurityContainer.changeGoogleClientSecret(e.target.value)}
|
|
onChange={e => adminGoogleSecurityContainer.changeGoogleClientSecret(e.target.value)}
|