Version: Next
PasswordlessRequestModal
The password request modal is used when the user wants to request a Magic Link sent via 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.