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