Skip to main content

Verify Email Link

You are reading an outdated document

Get the latest developer guides on Fynd Partners Help

The Verify Email Link allows the user to instruct about verifying the Email in case of Email id is required and set to Soft in platform configuration.

QG21


Arguments

ContextTypeDescription
emailStringUser Email

Example:

The below example will render a Verify Email Link.

        <div class="verify-email-link-wrapper">
<div class="verify-email-link-verify-txt">
A verification link has been sent to {{ email }}
</div>
<p class="verify-email-link-verify-desc">
Please click on the link that has been sent to your email
account to verify your email and continue with the
registration process.
</p>
<button
class="verify-email-link-btn secondary-btn"
type="submit"
@click="continueBtnClick(accountData)"
>
Continue
</button>
</div>