|
|
@@ -108,7 +108,7 @@ class GoogleSecurityManagementContents extends React.Component {
|
|
|
className="form-control"
|
|
|
type="text"
|
|
|
name="googleClientId"
|
|
|
- defaultValue={adminGoogleSecurityContainer.state.googleClientId || ''}
|
|
|
+ value={adminGoogleSecurityContainer.state.googleClientId || ''}
|
|
|
onChange={e => adminGoogleSecurityContainer.changeGoogleClientId(e.target.value)}
|
|
|
/>
|
|
|
<p className="form-text text-muted">
|
|
|
@@ -124,7 +124,7 @@ class GoogleSecurityManagementContents extends React.Component {
|
|
|
className="form-control"
|
|
|
type="password"
|
|
|
name="googleClientSecret"
|
|
|
- defaultValue={adminGoogleSecurityContainer.state.googleClientSecret || ''}
|
|
|
+ value={adminGoogleSecurityContainer.state.googleClientSecret || ''}
|
|
|
onChange={e => adminGoogleSecurityContainer.changeGoogleClientSecret(e.target.value)}
|
|
|
/>
|
|
|
<p className="form-text text-muted">
|