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

Function onSignupSuccess

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

Source from the content-addressed store, hash-verified

179 * @returns void
180 */
181 const onSignupSuccess = () => {
182 logAnalyticsEvent("signup", { method: "email" });
183 setAuthDialogState(AuthDialogState.LOGIN);
184 setVerifyEmailMessage(
185 "A verification email has been sent to your email address. Please verify your email address to continue.",
186 );
187 };
188
189 /**
190 * Callback function for when the user fails to sign up

Callers

nothing calls this directly

Calls 1

logAnalyticsEventFunction · 0.90

Tested by

no test coverage detected