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

Function onGoogleSignupSucess

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

Source from the content-addressed store, hash-verified

210 * @returns void
211 */
212 const onGoogleSignupSucess = () => {
213 logAnalyticsEvent("signup", { method: "google" });
214 setAuthDialogState(AuthDialogState.LOGIN);
215 };
216
217 /**
218 * Callback function for when the user fails to sign up with Google

Callers

nothing calls this directly

Calls 1

logAnalyticsEventFunction · 0.90

Tested by

no test coverage detected