cli sign-in moved
CLI sign-in now happens against Clerk directly.
The lwc CLI no longer routes sign-in through this
page. From lwc@0.10.0 onward the CLI uses standard
OAuth + PKCE and Clerk redirects straight back to your terminal.
If you reached this page from lwc auth login, your
installed CLI is old (≤ 0.9.x). Upgrade and try again:
npm i -g @learning-with-court/cli@latest
lwc auth login You can close this tab.