Make real name and other properties optional - pass 1
This commit is contained in:
@@ -143,7 +143,7 @@ class WebPasswordReset {
|
||||
}
|
||||
|
||||
const message = {
|
||||
to: `${user.properties[UserProps.RealName] || user.username} <${
|
||||
to: `${user.realName()} <${
|
||||
user.properties[UserProps.EmailAddress]
|
||||
}>`,
|
||||
// from will be filled in
|
||||
|
||||
Reference in New Issue
Block a user