mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Fix: Update sign up url to use org_id
This commit is contained in:
parent
53c8c6046f
commit
33b15acbe9
2 changed files with 4 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ function SignUpClient(props: SignUpClientProps) {
|
|||
const formik = useFormik({
|
||||
initialValues: {
|
||||
org_slug: props.org?.slug,
|
||||
org_id: props.org?.id,
|
||||
email: '',
|
||||
password: '',
|
||||
username: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue