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

sendEmailVerification works occasionally even with verified domain #1085

Open
CalvinJamesHeath opened this issue May 27, 2024 · 1 comment
Open

Comments

@CalvinJamesHeath
Copy link

sendEmailVerification(auth.currentUser).then(() => {
				history.replace('/verification');
				dispatch({
					type: VERIFICATION_EMAIL_SUCCESS_MESSAGE,
					payload: 'Email verification link succesfully sent.',
				});
			});

I also set the template to [email protected] instead of noreply and its still giving me lots of problems.

@bhagat-abhishek
Copy link

@CalvinJamesHeath Hey are you still facing this issue

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