-
Notifications
You must be signed in to change notification settings - Fork 156
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
Fix: Add user profile with dropdown after sign in through github #535
Fix: Add user profile with dropdown after sign in through github #535
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please write the tests for the changes and add test stats in the description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the test??
Didn't know about writing tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solve the merge conflicts
syntax error fixed in home.test.js
Fix : After the user signs in through GitHub, the PR enables the user to access their profile with various options using dropdown.
Fixes #530
Before:
Description: After sign in with github there is no user profile on the home page.
before.mp4
After:
Description: If the user has logged in he/she will be able to see user profile with dropdown options.
task1.mp4
Test Cases