🥅(frontend) intercept 401 error on GET threads

We intercept 401 errors on GET /threads to avoid
spamming Sentry with authentication errors
when users are not logged in.
This commit is contained in:
Anthony LC
2025-12-22 09:40:21 +01:00
parent 37527416f2
commit b0bd6e2c01
2 changed files with 22 additions and 6 deletions

View File

@@ -11,10 +11,15 @@ and this project adheres to
- ✨(helm) redirecting system #1697
- 📱(frontend) add comments for smaller device #1737
### Changed
- 🥅(frontend) intercept 401 error on GET threads #1754
### Fixed
- 🐛(frontend) fix tables deletion #1752
## [4.2.0] - 2025-12-17
### Added