Version: 1.0.0
PasswordResetModal
The password reset modal is usually shown when the user clicks on the password reset link sent to them after they request it using the PasswordForgotModal
.
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 password is reset succesfully.
onFailure
#
(errorObject) โ void
Callback function called when the password reset fails.