mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: misc improvements
This commit is contained in:
parent
46e09f27c2
commit
c8cff9cbb4
4 changed files with 45 additions and 24 deletions
|
|
@ -42,6 +42,7 @@ function ForgotPasswordClient() {
|
|||
email: ''
|
||||
},
|
||||
validate,
|
||||
validateOnBlur: true,
|
||||
onSubmit: async (values) => {
|
||||
setIsSubmitting(true)
|
||||
let res = await sendResetLink(values.email, org?.id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue