|
@@ -41,6 +41,7 @@ import CustomHeaderEditor from './components/Admin/CustomHeaderEditor';
|
|
|
import MarkdownSetting from './components/Admin/MarkdownSetting/MarkDownSetting';
|
|
import MarkdownSetting from './components/Admin/MarkdownSetting/MarkDownSetting';
|
|
|
import UserManagement from './components/Admin/UserManagement';
|
|
import UserManagement from './components/Admin/UserManagement';
|
|
|
import ManageExternalAccount from './components/Admin/Users/ManageExternalAccount';
|
|
import ManageExternalAccount from './components/Admin/Users/ManageExternalAccount';
|
|
|
|
|
+import SecurityManagement from './components/Admin/Security/SecurityManagement';
|
|
|
import UserGroupPage from './components/Admin/UserGroup/UserGroupPage';
|
|
import UserGroupPage from './components/Admin/UserGroup/UserGroupPage';
|
|
|
import Customize from './components/Admin/Customize/Customize';
|
|
import Customize from './components/Admin/Customize/Customize';
|
|
|
import ImportDataPage from './components/Admin/ImportDataPage';
|
|
import ImportDataPage from './components/Admin/ImportDataPage';
|
|
@@ -197,6 +198,11 @@ if (adminMarkDownSettingElem != null) {
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+const adminSecuritySettingElem = document.getElementById('generalSetting');
|
|
|
|
|
+if (adminSecuritySettingElem != null) {
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
const customCssEditorElem = document.getElementById('custom-css-editor');
|
|
const customCssEditorElem = document.getElementById('custom-css-editor');
|
|
|
if (customCssEditorElem != null) {
|
|
if (customCssEditorElem != null) {
|
|
|
// get input[type=hidden] element
|
|
// get input[type=hidden] element
|