Version: Next
EmailVerifyModal
The email verify modal is used to tell the user that they need to verify their email address in order to continue their current flow, it also lets them resend the confirmation message in case they can't find it, or if it expired already.
Loading...
:::
#
Usage#
Reference#
PropsonDisplay
#
() โ void
Callback function called when the modal is first displayed.
onClose
#
() โ void
Callback function called when the modal is closed.
onSuccess
#
(userObject) โ void
Callback function called when the verification email is sent again successfully.
onFailure
#
(errorObject) โ void
Callback function called when the verification email can't be sent again.