()
| 23 | } = useContext(AuthContext); |
| 24 | |
| 25 | const handleGoogleSignIn = () => { |
| 26 | authService.signUpWithGoogle(onGoogleSignupSucess, onGoogleSignupError); |
| 27 | }; |
| 28 | |
| 29 | const formSchema = z.object({ |
| 30 | email: z.string({ |
nothing calls this directly
no outgoing calls
no test coverage detected