codefordenver / partner-finder

Using an open dataset with registered colorado business to build a tool that manages outreach to potential CFD partners.
3 stars 14 forks source link

Display username in home page nav bar #164

Closed galbwe closed 2 years ago

galbwe commented 2 years ago

Show the currently logged in user's username in the nav bar. You should be able to store the username in local storage when the user logs in, similar to the json web token.

This might have some overlap with #152. Don't worry about clearing local storage on logout yet. We will worry about it once a PR is merged for one of the two issues.