🚚(frontend) redirect to 401 page when 401 error

Users could still be able to edit a document if the
session was expired. It could give the feeling that the
document was not saved.
If during a mutation request (POST, PUT, DELETE),
the server returns a 401 error,
the user is redirected to the 401 page.
This commit is contained in:
Anthony LC
2025-03-18 11:28:35 +01:00
committed by Anthony LC
parent 12c18bc4e9
commit 6627518017
3 changed files with 75 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ and this project adheres to
and descendants views #695
- 🐛(action) fix notify-argocd workflow #713
- 🚨(helm) fix helmfile lint #736
- 🚚(frontend) redirect to 401 page when 401 error #759
## [2.4.0] - 2025-03-06