fix(GRO-628): implement frontend error handling and code quality fixes #313

Merged
groombook-engineer[bot] merged 7 commits from feature/gro-628-frontend-error-handling into dev 2026-04-17 07:12:27 +00:00
Showing only changes of commit b00d6a8ca0 - Show all commits
+1 -1
View File
@@ -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;