allow systememail user

This commit is contained in:
Alex Holliday
2025-05-09 14:52:24 -07:00
parent f7d780a8be
commit d0ec67236d

View File

@@ -431,6 +431,7 @@ const updateAppSettingsBodyValidation = joi.object({
systemEmailPort: joi.number().allow(""),
systemEmailAddress: joi.string().allow(""),
systemEmailPassword: joi.string().allow(""),
systemEmailUser: joi.string().allow(""),
});
//****************************************