mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-30 17:22:12 -05:00
- Always use the local callback server's URI for the redirect instead of the user-configured redirectUri, which would bypass the local listener - Add singleton pattern to callback server so only one runs at a time, preventing EADDRINUSE when retrying without completing the prior flow - Change catch to finally so the server port is always released Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>