fix: Disable guest signin option with not SMTP setup

closes #2250
This commit is contained in:
Tom Moor
2021-10-14 21:59:35 -07:00
parent 26e2ae4bf1
commit 583353e904
4 changed files with 10 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ function Notifications() {
</Trans>
</HelpText>
{env.NOTIFICATIONS_ENABLED ? (
{env.EMAIL_ENABLED ? (
<>
<Input
type="email"