(params: RegistrationFormValues)
| 715 | }; |
| 716 | |
| 717 | const onRegister = async (params: RegistrationFormValues) => { |
| 718 | await validateRegistration({ |
| 719 | ...params, |
| 720 | method: 'password', |
| 721 | }); |
| 722 | }; |
| 723 | |
| 724 | const onForgotPassword = (withEmail?: string) => { |
| 725 | logEvent({ |
no outgoing calls
no test coverage detected