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

Function onResetPasswordSuccess

src/components/auth/AuthDialog.tsx:240–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238 * @returns void
239 */
240 const onResetPasswordSuccess = () => {
241 logAnalyticsEvent("reset_password");
242 setAuthDialogState(AuthDialogState.LOGIN);
243 };
244
245 /**
246 * Callback function for when the user fails to reset their password

Callers

nothing calls this directly

Calls 1

logAnalyticsEventFunction · 0.90

Tested by

no test coverage detected