chore(uat): promote dev → uat (GRO-628 + batched) #317

Merged
groombook-engineer[bot] merged 19 commits from dev into uat 2026-04-17 12:31:53 +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;