Skip to main content

Verify Email

You are reading an outdated document

Get the latest developer guides on Fynd Partners Help

The Verify Email allows user to verify the email. when the user clicks on verify email a verification link is sent to the respective Email.

QG21


When the user clicks the verification link the email id is verified. QG21


Example:

The below example will render a Verify Email.

      <div class="verify-email-wrapper">
<div v-if="validEmailCode">Email Successfully Verified</div>
<div v-if="inValidEmailCode">Code Expired/Invalid Request</div>
</div>