add team invitation functionality [WIP]
This commit is contained in:
@@ -35,6 +35,9 @@ export default function NewUserModal({ onClose }: Props) {
|
||||
event.preventDefault();
|
||||
|
||||
if (!submitLoader) {
|
||||
if (form.password.length < 8)
|
||||
return toast.error(t("password_length_error"));
|
||||
|
||||
const checkFields = () => {
|
||||
if (emailEnabled) {
|
||||
return form.name !== "" && form.email !== "" && form.password !== "";
|
||||
|
||||
Reference in New Issue
Block a user