Reduce AppData result for unauthorized visitor

This commit is contained in:
the-djmaze 2022-10-04 10:04:41 +02:00
parent a51f86ae28
commit 74f830486e
4 changed files with 115 additions and 134 deletions

View file

@ -1,6 +1,7 @@
import 'External/ko';
import { Settings, SettingsGet } from 'Common/Globals';
import { ThemeStore } from 'Stores/Theme';
import Remote from 'Remote/Admin/Fetch';
@ -17,6 +18,7 @@ export class AdminApp extends AbstractApp {
}
refresh() {
ThemeStore.populate();
this.start();
}