Verify Mobile
Deprecation Notice
Vue-based themes will soon be deprecated. Please switch to React-based themes, as all future updates and support will focus exclusively on React.
The Verify Mobile allows user to verify the Mobile. when the user clicks on verify Mobile a verification link is sent to the respective Mobile.
When the user clicks the verification link the Mobile is verified.
Example:
The below example will render a Verify Mobile.
theme/templates/pages/verify-mobile.vue
<div className="verify-mobile-wrapper">
<div v-if="validMobileCode">Mobile Successfully Verified</div>
<div v-if="inValidMobileCode">Code Expired/Invalid Request</div>
</div>