Hi,
I added an email column in the Users database. The user logs in with a username, and password, and I want to store the email address associated with the user account in a local storage variable. I added the login database service, and I added the Name "email" under RESPONSE. However, only session token and _id is retrieved. How do I read the email address and store it in a local variable?
Regards,