PR feedback: Better handling of real name and email
This commit is contained in:
@@ -93,9 +93,7 @@ module.exports = class User2FA_OTPWebRegister {
|
||||
}
|
||||
|
||||
const message = {
|
||||
to: `${user.realName()} <${user.getProperty(
|
||||
UserProps.EmailAddress
|
||||
)}>`,
|
||||
to: user.emailAddress(),
|
||||
// from will be filled in
|
||||
subject: '2-Factor Authentication Registration',
|
||||
text: textTemplate,
|
||||
|
||||
Reference in New Issue
Block a user