mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 19:58:49 -05:00
[GH-ISSUE #162] Issue: Not able to view Organizations #1639
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luni-moon on GitHub (Jan 15, 2021).
Original GitHub issue: https://github.com/pd4d10/git-touch/issues/162
When I am on the “Me” tab, and click on the “Organizations” button, it shows that I don’t have an organization, even though I actually do. Currently, it says it is empty. This is related to this closed issue. Thank you!
Best Wishes,
Lukas Batema
@pd4d10 commented on GitHub (Jan 16, 2021):
Thanks for the report. which login entry do you use, OAuth2 or access token?
@luni-moon commented on GitHub (Jan 16, 2021):
I use OAuth2 @pd4d10
@pd4d10 commented on GitHub (Jan 17, 2021):
The API used in this case is here:
https://api.github.com/users/{your_username}/orgsSome organizations limit the 3rd app to access it. Could you please try this API and check if the result is the same as the App shows?
@luni-moon commented on GitHub (Jan 17, 2021):
Dear @pd4d10,
I think the issue is fixed. Now it shows a non-stop blue refresh spinner under the visible organization. Thanks for your help!
Best Wishes,
Lukas Batema
@pd4d10 commented on GitHub (Jan 31, 2021):
Closing. Feel free to reopen it if there are other problems