()
| 65 | // access. Whatever path the page is currently served from will do; we strip |
| 66 | // any query/hash so the redirect target is canonical. |
| 67 | function callbackURL() { |
| 68 | return location.origin + location.pathname; |
| 69 | } |
| 70 | |
| 71 | // signIn kicks off the PKCE flow. The function does not return — the tab |
| 72 | // navigates away to OpenRouter. |
no outgoing calls
no test coverage detected