diff --git a/backend/src/email/email.service.ts b/backend/src/email/email.service.ts index 9231a9c3..296caed5 100644 --- a/backend/src/email/email.service.ts +++ b/backend/src/email/email.service.ts @@ -19,7 +19,7 @@ export class EmailService { }, }); - if (!this.config.get("emailRecepientsEnabled")) + if (!this.config.get("ENABLE_EMAIL_RECIPIENTS")) throw new InternalServerErrorException("Email service disabled"); const shareUrl = `${this.config.get("APP_URL")}/share/${shareId}`; diff --git a/frontend/src/components/admin/showCreateUserModal.tsx b/frontend/src/components/admin/showCreateUserModal.tsx index 1b34c3a3..f7732fd4 100644 --- a/frontend/src/components/admin/showCreateUserModal.tsx +++ b/frontend/src/components/admin/showCreateUserModal.tsx @@ -63,7 +63,6 @@ const Body = ({ diff --git a/frontend/src/components/admin/showUpdateUserModal.tsx b/frontend/src/components/admin/showUpdateUserModal.tsx index 6ab363ed..7bda6db2 100644 --- a/frontend/src/components/admin/showUpdateUserModal.tsx +++ b/frontend/src/components/admin/showUpdateUserModal.tsx @@ -80,7 +80,6 @@ const Body = ({ {...accountForm.getInputProps("username")} /> diff --git a/frontend/src/components/auth/SignInForm.tsx b/frontend/src/components/auth/SignInForm.tsx index 47ed0e53..1857f28f 100644 --- a/frontend/src/components/auth/SignInForm.tsx +++ b/frontend/src/components/auth/SignInForm.tsx @@ -65,7 +65,6 @@ const SignInForm = () => { > diff --git a/frontend/src/components/auth/SignUpForm.tsx b/frontend/src/components/auth/SignUpForm.tsx index 5c5ed399..a634ccc1 100644 --- a/frontend/src/components/auth/SignUpForm.tsx +++ b/frontend/src/components/auth/SignUpForm.tsx @@ -78,7 +78,6 @@ const SignUpForm = () => { /> { {...accountForm.getInputProps("username")} />