Fix: Invite links do not work if name is not given when creating the invite #2008 (#2026)

This commit is contained in:
Fellipe Montes 2023-01-13 13:07:36 -03:00 committed by GitHub
parent d9535e7a8d
commit bbff2b459e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,7 +411,7 @@ function SignUp({ version }: SignUpProps): JSX.Element {
!email ||
!organizationName ||
(!precheck.sso && (!password || !confirmPassword)) ||
!firstName ||
(!isDetailsDisable && !firstName) ||
confirmPasswordError ||
isPasswordPolicyError
}