itizawa 6 лет назад
Родитель
Сommit
ed9fbbafcc
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      src/client/js/components/Admin/Security/GoogleSecuritySetting.jsx

+ 5 - 1
src/client/js/components/Admin/Security/GoogleSecuritySetting.jsx

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