@eminent337/aery 0.1.44 → 0.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3621,7 +3621,7 @@ export class InteractiveMode {
3621
3621
  if (usesCallbackServer) {
3622
3622
  // Show input for manual paste, racing with callback
3623
3623
  dialog
3624
- .showManualInput("Paste redirect URL below, or complete login in browser:")
3624
+ .showManualInput("Open the URL in your browser, log in, then paste the redirect URL here.\n(WSL/remote users: after login, copy the full URL from the browser address bar and paste it below)")
3625
3625
  .then((value) => {
3626
3626
  if (value && manualCodeResolve) {
3627
3627
  manualCodeResolve(value);