• Sends an email to the user asking them to verify their email address.

    Parameters

    • email: string

      The user's email address to send the email to

    • code: string

      The code that we are providing the user, in order to verify ownership of the email address

    Returns Promise<void>