Version: 2.4.0
UserUpdateModal
The user update modal is used to update the user's information.
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.
onPictureClick#
() โ void
Callback function called when the user clicks on their picture.
onSuccess#
(userObject) โ void
Callback function called when the user updates profile information successfully.
onFailure#
(errorObject) โ void
Callback function called when the update fails.