login and check_auth currently return the user's email but not their name, so the dashboard home falls back to a generic "Welcome back" greeting.
Keeping it as-is for now.
Once the API includes the user's name (or first name), update the greeting to:
instead of the generic greeting.
loginandcheck_authcurrently return the user's email but not their name, so the dashboard home falls back to a generic "Welcome back" greeting.Keeping it as-is for now.
Once the API includes the user's name (or first name), update the greeting to:
instead of the generic greeting.