feat(users): use displayName alternative first name and last name

This commit is contained in:
OldHawk
2017-11-09 16:36:40 +08:00
parent 8de65c386c
commit 22343353bd
12 changed files with 24 additions and 65 deletions

View File

@@ -87,6 +87,7 @@
return false;
}
vm.user.lastName = '';
var user = vm.user;
user.$update(function () {