🐛(frontend) prevent black background image

Prevent showing a black background when the image is not
accessible anymore.

This happens after the user logs out or logs in.
Or the auth is revoked.
This commit is contained in:
Florent Chehab
2026-03-18 14:00:54 +01:00
parent 16daf7b8d3
commit bfbfade99a
2 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -15,6 +15,7 @@ and this project adheres to
- ✨(backend) add authenticated user rate throttling on request-entry #1129
- ✨(backend) expose `is_active` field for Application in Django admin #1133
- ✨(file-upload) disable by default & limit count by user #1141
- ✨(frontend) custom background #1067
### Changed
@@ -65,7 +66,6 @@ and this project adheres to
### Added
- ✨(backend) add file upload feature #1030
- ✨(frontend) custom background #1067
## [1.9.0] - 2026-03-02