-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: The navbar can now display the username after logging in #65
Conversation
# Conflicts: # client/src/types.ts # package-lock.json
Is this still accurate Markus, after merging with Nancy's?
|
# Conflicts: # client/src/pages/Login.tsx # client/src/pages/SignUp.tsx
Many thanks to Aidan for providing crucial assistance and doing a significant amount of work to fix this feature. @aidanprior |
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.
Awesome job!
Linked issue/ticket
#40
Description
The navbar can now correctly display the username after login and is properly connected to the database.
Reproduction steps
Log in then check the top right corner to see the username displayed.
Checklist