pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.53k stars 131 forks source link

Duplicate Accounts, on Select Account Screen #168

Open luni-moon opened 3 years ago

luni-moon commented 3 years ago

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. 9C94C4B0-D528-4F10-A8B6-F72F670CBC79

Best Wishes, Lukas Batema

shreyas1599 commented 3 years ago

~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 3 years ago

Thank you!