Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User can change or modify their github account #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SRV30
Copy link

@SRV30 SRV30 commented Oct 28, 2024

In Profile.jsx, the functionality for users to change their GitHub account was enhanced by adding the githubSignIn function, which allows users to sign in with a different GitHub account through a popup. A new "Change GitHub Account" button was introduced to trigger this function. Upon successful sign-in, the user's data and repositories are updated accordingly, and the cookie storing the GitHub username is refreshed. This improves user experience by enabling seamless account switching and ensuring real-time updates to the displayed profile information.

image

close #92

Copy link
Owner

@BamaCharanChhandogi BamaCharanChhandogi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from GitFinder team will review it as soon as possible. We appreciate your support in making this project better

@SRV30
Copy link
Author

SRV30 commented Oct 29, 2024

@BamaCharanChhandogi please review my pr

@SRV30
Copy link
Author

SRV30 commented Oct 29, 2024

please review my pr

@SRV30
Copy link
Author

SRV30 commented Oct 30, 2024

@tmsagarofficial please review it

Copy link
Owner

@BamaCharanChhandogi BamaCharanChhandogi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you apply this design?

image

@SRV30
Copy link
Author

SRV30 commented Oct 30, 2024

Can you apply this design?

image

see this
image

As I am using my GitHub API without backend fetching, I will fix any issues during the merge. If you want to change the button color of 'Change GitHub Account,' I will do it based on your reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to Change Github Account in Profile Settings
2 participants