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

Function handleGoogleSignIn

src/components/auth/SignupForm.tsx:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 } = useContext(AuthContext);
24
25 const handleGoogleSignIn = () => {
26 authService.signUpWithGoogle(onGoogleSignupSucess, onGoogleSignupError);
27 };
28
29 const formSchema = z.object({
30 email: z.string({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected