mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix #190
This commit is contained in:
parent
5478fc93db
commit
b15a0c59a8
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Users.helpers({
|
|||
}, '').toUpperCase();
|
||||
|
||||
} else {
|
||||
return this.pseudo[0].toUpperCase();
|
||||
return this.username[0].toUpperCase();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue