Version: 2.0.0
PasswordForgotModal
The password forgot modal is used when the user forgets their password, and they want to request a password reset e-mail.
Loading...
Usage#
Reference#
Props#
onDisplay#
() โ 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 password reset request is sent succesfully.
onFailure#
(errorObject) โ void
Callback function called when the password reset request fails.