mobileconfig

This commit is contained in:
Andris Reinman 2017-07-31 22:26:21 +03:00
parent 12585229a3
commit b15f53da15

View file

@ -172,7 +172,7 @@ module.exports = (db, server, userHandler) => {
});
let options = {
displayName: profileOpts.displayName,
displayName: result.value.description || profileOpts.displayName,
displayDescription: profileOpts.displayDescription,
accountDescription: profileOpts.accountDescription,
emailAddress: userData.address,