Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I use user's email? #522

Open
WyattJPrice opened this issue May 17, 2022 · 1 comment
Open

How do I use user's email? #522

WyattJPrice opened this issue May 17, 2022 · 1 comment

Comments

@WyattJPrice
Copy link

I need to use the user's email in my project. How do I retrieve it as a string?

@palinko91
Copy link

palinko91 commented May 31, 2023

import netlifyIdentity from 'netlify-identity-widget';

const user = netlifyIdentity.currentUser();
const userEmail = user.email;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants