mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-22 14:09:41 -05:00
Duplicate Accounts, on Select Account Screen #109
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 19, 2021).
Dear GitTouch Developers,

When trying to add another account using OAuth2, it just duplicates the already selected account, without letting you add the different account wanted.
Best Wishes,
Lukas Batema
@shreyas1599 commented on GitHub (Jan 31, 2021):
I'm not sure if this is a problem with the app. I think it's automatically redirecting because you're already logged in using the first account. And github on their website too does not support multiple logins so you would not be able to choose an account. I think if you logout of your account from the browser and try logging in to the different one using the app it should work. (Perhaps we should handle duplicate account creation on the app). Or another way is for us to implement an in app browser that will not remember the login.Edit: I was wrong. Fixing it now
@luni-moon commented on GitHub (Feb 8, 2021):
Thank you!