firebaseui-web icon indicating copy to clipboard operation
firebaseui-web copied to clipboard

sendEmailVerification works occasionally even with verified domain

Open CalvinJamesHeath opened this issue 1 year ago • 1 comments

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.

CalvinJamesHeath avatar May 27 '24 00:05 CalvinJamesHeath