mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add linking UGs to Users
This commit is contained in:
parent
d1d817678b
commit
e173a32e3c
9 changed files with 235 additions and 20 deletions
|
|
@ -66,6 +66,7 @@ function InviteOnlySignUpComponent(props: InviteOnlySignUpProps) {
|
|||
last_name: '',
|
||||
},
|
||||
validate,
|
||||
enableReinitialize: true,
|
||||
onSubmit: async (values) => {
|
||||
setError('')
|
||||
setMessage('')
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ function OpenSignUpComponent() {
|
|||
last_name: '',
|
||||
},
|
||||
validate,
|
||||
enableReinitialize: true,
|
||||
onSubmit: async (values) => {
|
||||
setError('')
|
||||
setMessage('')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue