ResetPasswordHookResult
No description provided.
ResetPasswordHookResult
Parameters
isSent required boolean
Returns true
when an email to reset the password has been sent
isError required boolean
@returns
true
if an error occurred
@depreacted
use !isSuccess
or !!error
instead
error required null | AuthErrorPayload
Provides details about the error
isLoading required boolean
@returns
true
when the action is executing, false
when it finished its execution.
resetPassword required ResetPasswordHandler
Sends an email with a temporary connection link. Returns a promise with the current context