You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior: The session should remain associated with the original platform login ([email protected]) and should not switch to the GitHub email.
Root Cause: The current implementation uses loginGithub, which initiates a login instead of simply connecting GitHub. It should be refactored to avoid altering the session.
The text was updated successfully, but these errors were encountered:
Issue 1: Button Color
Issue 2: GitHub Session Switching
[email protected]
and my login email on the platform is[email protected]
, after connecting GitHub, my session changes to[email protected]
.[email protected]
) and should not switch to the GitHub email.loginGithub
, which initiates a login instead of simply connecting GitHub. It should be refactored to avoid altering the session.The text was updated successfully, but these errors were encountered: