Remove WEBSITE_ICONS_ENABLED and always enable website icons

This commit is contained in:
shuaiplus
2026-07-06 22:56:36 +08:00
parent f532d3ace3
commit 57c5ef9da6
7 changed files with 6 additions and 10 deletions
-1
View File
@@ -20,7 +20,6 @@ export interface Env {
'globalSettings__yubico__clientId'?: string;
'globalSettings__yubico__key'?: string;
'globalSettings__yubico__validationUrls'?: string;
WEBSITE_ICONS_ENABLED?: string;
}
export type UserRole = 'admin' | 'user';