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: {
EMAIL_HOST_USER: {
rules: [
rules.EmailCheck,
rules.Required
rules.EmailCheck
]
},
EMAIL_FROM: {