()
| 19 | } = useContext(AuthContext); |
| 20 | |
| 21 | const handleGoogleSignIn = () => { |
| 22 | authService.signUpWithGoogle(onGoogleLoginSucess, onGoogleLoginError); |
| 23 | }; |
| 24 | |
| 25 | type LoginSchema = z.infer<typeof formSchema> |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected