♻️(frontend) Refactor Auth component for improved redirection logic

Move redirects from render
to a guarded useEffect
to avoid triggering multiple redirects
on every re-render.
This commit is contained in:
rvveber
2025-10-08 16:40:37 +02:00
committed by Anthony LC
parent af01c6e466
commit 546f97c956
5 changed files with 92 additions and 46 deletions

View File

@@ -12,6 +12,7 @@ and this project adheres to
### Changed
- ♻️(frontend) Refactor Auth component for improved redirection logic #1461
- ♻️(frontend) replace Arial font-family with token font #1411
- ♿(frontend) improve accessibility:
- ♿(frontend) enable enter key to open documentss #1354