We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the user is not logged to github, we should not request labels. /api/issues/labels will result in a 401 Not Authorized
/api/issues/labels
The text was updated successfully, but these errors were encountered:
Good find. Definitely a bug.
Sorry, something went wrong.
Issue #387 - Don't try to parse an already parsed object.
e6bb808
Issue #387 - Don't request all labels unless logged in.
77731f3
Merge pull request #393 from webcompat/387/1
66141be
Fix for #387 - Don't request /labels unless logged in.
This is fixed on master.
No branches or pull requests
When the user is not logged to github, we should not request labels.
/api/issues/labels
will result in a 401 Not AuthorizedThe text was updated successfully, but these errors were encountered: