mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Previously the call would no-op the redirect and then await neverResolve(), hanging the caller forever. Throw an explicit error instead so the misuse surfaces immediately.