5b4fed1afe
## Summary - After deleting a workspace, the app was incorrectly redirecting to the deleted workspace's subdomain (e.g. `myworkspace.ourapp.com/sign-in-up`) because `signOut()` only performs a client-side React Router navigation which stays on the current domain. - Added an explicit `redirectToDefaultDomain()` call after sign out in the workspace deletion flow, which does a hard browser redirect to the base domain (e.g. `app.ourapp.com`). ## Test plan - [ ] Delete a workspace in a multi-workspace environment - [ ] Verify the browser redirects to the base domain (`app.ourapp.com`) instead of staying on the deleted workspace's subdomain - [ ] Verify normal sign-out (without workspace deletion) still works as expected Made with [Cursor](https://cursor.com) Co-authored-by: Cursor <cursoragent@cursor.com>