Fix: Update sign up url to use org_id

This commit is contained in:
Abdullah Mustapha 2023-12-29 10:55:04 +01:00
parent 53c8c6046f
commit 33b15acbe9
2 changed files with 4 additions and 1 deletions

View file

@ -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: '',