mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 00:01:55 +00:00
fix: make SMTP username and password optional in frontend validation (#9895)
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
smtpSettings.smtp_host &&
|
||||
smtpSettings.smtp_host.trim() !== '' &&
|
||||
smtpSettings.smtp_port &&
|
||||
smtpSettings.smtp_username &&
|
||||
smtpSettings.smtp_username.trim() !== '' &&
|
||||
smtpSettings.smtp_password &&
|
||||
smtpSettings.smtp_password.trim() !== '' &&
|
||||
smtpSettings.smtp_from &&
|
||||
smtpSettings.smtp_from.trim() !== ''
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user