remove variable
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 26s

This commit is contained in:
Satria 2026-05-05 09:21:06 +07:00
commit cf9f6b8882

View file

@ -23,7 +23,6 @@ in {
const factory = (AppConfig) => {
AppConfig.disableAnonymousPadCreation = true;
AppConfig.disableAnonymousStore = true;
AppConfig.defaultDarkTheme = 'true';
return AppConfig;
};