GitHub CLI Authtication Code Entry Has Incorrect Edit Box Labels #169970
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
GitHub Feature Area
Other
Body
If you run the gh cli, you have to authenticate. If you do so and choose to authenticate over the web, just before the web browser opens, you are given an authentication code and are taken to GitHub.
You must sign in and then enter the authentication code you were given. It is eight digits and each has a separate edit box. Problem:
The first edit box is labeled code 0.
Fine you think someone made the somewhat common error of starting at index 0 so you keep going.
Unfortunately you jump from box 3 to 5. Where di 4 go?
Either box 4 is the dash character that appears between the two groups of four digits in the number or again someone started counting properly in the second group of edit boxes. In either case this is not a good experience.
The eight edit boxes should be Code 1, Code 2, ... Code 8.
Beta Was this translation helpful? Give feedback.
All reactions