mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01: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();
|
}, '').toUpperCase();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
return this.pseudo[0].toUpperCase();
|
return this.username[0].toUpperCase();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue