Maxime Quandalle 10 năm trước cách đây
mục cha
commit
b15a0c59a8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      collections/users.js

+ 1 - 1
collections/users.js

@@ -42,7 +42,7 @@ Users.helpers({
       }, '').toUpperCase();
 
     } else {
-      return this.pseudo[0].toUpperCase();
+      return this.username[0].toUpperCase();
     }
   },