|
@@ -11,8 +11,12 @@ import AdminGeneralSecurityContainer from '../../../services/AdminGeneralSecurit
|
|
|
class GoogleSecurityManagement extends React.Component {
|
|
class GoogleSecurityManagement extends React.Component {
|
|
|
|
|
|
|
|
render() {
|
|
render() {
|
|
|
|
|
+ const { t } = this.props;
|
|
|
return (
|
|
return (
|
|
|
- <p>google</p>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <h2 className="alert-anchor border-bottom">
|
|
|
|
|
+ { t('security_setting.OAuth.Google.name') } { t('security_setting.configuration') }
|
|
|
|
|
+ </h2>
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
|
|
|