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

Function handleGoogleSignIn

src/components/auth/LoginForm.tsx:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 } = useContext(AuthContext);
20
21 const handleGoogleSignIn = () => {
22 authService.signUpWithGoogle(onGoogleLoginSucess, onGoogleLoginError);
23 };
24
25 type LoginSchema = z.infer<typeof formSchema>
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected