| 1 | // Cloud-only: signing out must ALWAYS sign the browser out. The shell's |
| 2 | // sign-out is a top-level form POST (the WorkOS hop is cross-origin, so it |
| 3 | // can't be a fetch), which means whatever `/api/auth/logout` answers is |
| 4 | // rendered AS THE PAGE. An error response is therefore not a silent failure — |
nothing calls this directly
no test coverage detected