()
| 238 | * @returns void |
| 239 | */ |
| 240 | const onResetPasswordSuccess = () => { |
| 241 | logAnalyticsEvent("reset_password"); |
| 242 | setAuthDialogState(AuthDialogState.LOGIN); |
| 243 | }; |
| 244 | |
| 245 | /** |
| 246 | * Callback function for when the user fails to reset their password |
nothing calls this directly
no test coverage detected