fix types
This commit is contained in:
parent
f434be7d73
commit
faeb69af09
|
@ -74,7 +74,7 @@ export const ForgotPasswordForm = () => {
|
|||
setIsUserNotFound(true)
|
||||
}
|
||||
} catch (error) {
|
||||
setValidationErrors((errors) => ({ ...errors, email: error?.message }))
|
||||
console.log('[ForgotPasswordResponse]', error)
|
||||
} finally {
|
||||
setIsSubmitting(false)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user