MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / handleResetPassword

Function handleResetPassword

src/components/auth/ForgotPasswordForm.tsx:32–40  ·  view source on GitHub ↗
(data: ResetPasswordSchema)

Source from the content-addressed store, hash-verified

30 const { handleSubmit } = methods;
31
32 const handleResetPassword = (data: ResetPasswordSchema) => {
33 const email = data.email;
34
35 authService.resetUserPassword(
36 email,
37 onResetPasswordSuccess,
38 onResetPasswordError,
39 );
40 };
41
42 return (
43 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected