Skip to content

sendEmailVerification works occasionally even with verified domain #1085

Open
@CalvinJamesHeath

Description

@CalvinJamesHeath
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions