Update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -54,8 +54,7 @@ export default class Settings extends React.Component {
|
||||
|
||||
this.hiddenKeys = [
|
||||
"recaptcha_private_key",
|
||||
"mail_password",
|
||||
"jwt_secret"
|
||||
"mail_password"
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user