This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/apps
Barkley Trimsworth 3b04f374b8 fix(portal): fix isInitializing race condition causing premature redirect
setIsInitializing(false) was in .finally() which fires BEFORE the
outer .then() chain completes, causing redirect to fire before
setSession was called. Now setIsInitializing(false) is called
explicitly inside success/error handlers after setSession completes.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-30 19:24:05 +00:00
..