sindresorhus/refined-github


The issue has been closed
Org icon broken #2830
casperdcl posted onGitHub
Private orgs used to have a lock icon. Now all orgs (both private and public) have a crossed-out eye (?)
In the screenshot, membership of the org on the left is private, while the one on the right is public. I've verified this by logging out (which makes the private org disappear).
Note that I have a personal token configured and haven't made any changes to it since it was working. I can also confirm that the token does have the correct permissions to see the orgs:
$ curl https://api.github.com/users/casperdcl/orgs
... # lists public orgs
$ curl -H "Authorization: token $GH_API_TOKEN" https://api.github.com/user/orgs
... # includes private orgs