()
| 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 |
nothing calls this directly
no test coverage detected