diff --git a/apps/web/src/pages/Settings.tsx b/apps/web/src/pages/Settings.tsx index 291b5e1..8d70d06 100644 --- a/apps/web/src/pages/Settings.tsx +++ b/apps/web/src/pages/Settings.tsx @@ -27,7 +27,7 @@ interface AuthProviderForm { const REDACTED = "••••••••"; -const ALLOWED_LOGO_TYPES = new Set(["image/png", "image/jpeg", "image/gif", "image/webp", "image/svg+xml"]); +const ALLOWED_LOGO_TYPES = new Set(["image/png", "image/jpeg", "image/gif", "image/webp"]); interface CurrentUser { id: string;