fix: harden gallery downloads and per-gallery auth
Test and Lint / backend-test (push) Successful in 1m57s
Test and Lint / frontend-test (push) Successful in 1m57s

This commit is contained in:
2025-10-01 15:55:02 +02:00
parent 5d6c061f1c
commit fc1bf53412
8 changed files with 282 additions and 61 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ interface CreateEventData {
host_email: string;
admin_email: string;
require_password?: boolean;
password: string;
password?: string;
welcome_message?: string;
color_theme?: string;
expiration_days: number;