alternativeEmail -> alternateEmail

This commit is contained in:
Girish Ramakrishnan
2016-09-27 22:25:50 -07:00
parent e2b28d3286
commit 6a4b60436e
4 changed files with 14 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ function userSearch(req, res, next) {
uid: entry.id,
mail: entry.email,
// TODO: check mailboxes before we send this
mailAlternateAddress: entry.alternativeEmail,
mailAlternateAddress: entry.alternateEmail,
displayname: displayName,
givenName: firstName,
username: entry.username,