Maxime Quandalle 10 anni fa
parent
commit
b15a0c59a8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
     }
   },