perf: Email service authentication username is optional

This commit is contained in:
halo
2024-07-26 14:14:56 +08:00
committed by Bryan
parent 5daecb84ae
commit efee7c7bbf

View File

@@ -55,8 +55,7 @@ export default {
fieldsMeta: { fieldsMeta: {
EMAIL_HOST_USER: { EMAIL_HOST_USER: {
rules: [ rules: [
rules.EmailCheck, rules.EmailCheck
rules.Required
] ]
}, },
EMAIL_FROM: { EMAIL_FROM: {