perf: Email service authentication username is optional

This commit is contained in:
halo
2024-07-25 16:56:44 +08:00
committed by Bryan
parent 0b813bb719
commit fdaa33f68d

View File

@@ -50,8 +50,7 @@ export default {
},
EMAIL_HOST_USER: {
rules: [
rules.EmailCheck,
rules.Required
rules.EmailCheck
]
},
EMAIL_CUSTOM_USER_CREATED_BODY: {