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
Is your feature request related to a problem? Please describe.
When the user goes to the dashboard, they should be welcomed by their name/email.
Describe the solution you'd like
When the user goes to /app, it should say "Welcome {user.firstName}" or "Welcome {user.emailAddresses[0].emailAddress}"
Describe alternatives you've considered
I mean, no welcome message I guess?
Additional context
I've implemented the fix for this already. I would like feedback before submitting a PR. here is what it looks like
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When the user goes to the dashboard, they should be welcomed by their name/email.
Describe the solution you'd like
When the user goes to /app, it should say "Welcome {user.firstName}" or "Welcome {user.emailAddresses[0].emailAddress}"
Describe alternatives you've considered
I mean, no welcome message I guess?
Additional context
I've implemented the fix for this already. I would like feedback before submitting a PR. here is what it looks like
The text was updated successfully, but these errors were encountered: