In the side drawer, instead of the dummy email show the actual email address of the authenticated user. This is standard practice. It is not required to have an email address set so there should be a clear indication if is missing because it is a security concern for the user.
What can we display there if the user is not authenticated?
The API needs to be adjusted to return the email upon authentication.
In the side drawer, instead of the dummy email show the actual email address of the authenticated user. This is standard practice. It is not required to have an email address set so there should be a clear indication if is missing because it is a security concern for the user.
What can we display there if the user is not authenticated?
The API needs to be adjusted to return the email upon authentication.