alternateEmail already checks if email is enabled now

This commit is contained in:
Girish Ramakrishnan
2016-09-27 23:54:48 -07:00
parent 4204d76616
commit ae9838a869
-1
View File
@@ -64,7 +64,6 @@ function userSearch(req, res, next) {
cn: entry.id,
uid: entry.id,
mail: entry.email,
// TODO: check mailboxes before we send this
mailAlternateAddress: entry.alternateEmail,
displayname: displayName,
givenName: firstName,