Fix gallery login persistence and favorites (#29)
Test and Lint / backend-test (push) Successful in 2m6s
Test and Lint / frontend-test (push) Successful in 2m16s

This commit is contained in:
2025-09-22 14:32:25 +02:00
parent e0865b81b6
commit 8d6ddd257d
7 changed files with 253 additions and 13 deletions
+1
View File
@@ -23,4 +23,5 @@ export const cleanupOldGalleryAuth = () => {
// Also clear session storage
sessionStorage.removeItem('gallery_event');
sessionStorage.removeItem('gallery_token');
sessionStorage.removeItem('gallery_active_slug');
};