This commit is contained in:
2024-03-24 17:36:16 +01:00
parent aece0cb92a
commit 2ef4de0dba
17 changed files with 139 additions and 255 deletions

View File

@@ -43,7 +43,7 @@ export default function AdminDashboard(props) {
}, []);
useEffect(() => {
requestModules(api, ["general", "admin"], currentLocale).then(data => {
requestModules(api, ["general", "admin", "account"], currentLocale).then(data => {
if (!data.success) {
alert(data.msg);
}