mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 00:28:49 +01:00
Upgrade kenton:accounts-sandstorm package to 0.1.6
We now delegates more user attributes sync (avatar and permissions) to this package instead of doing it ourselves.
This commit is contained in:
parent
7a5f030cc8
commit
9154b06fc3
4 changed files with 25 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
|||
template(name="userAvatar")
|
||||
a.member.js-member(title="{{userData.profile.fullname}} ({{userData.username}})")
|
||||
if userData.profile.avatarUrl
|
||||
img.avatar.avatar-image(src=userData.profile.avatarUrl)
|
||||
if userData.getAvatarUrl
|
||||
img.avatar.avatar-image(src=userData.getAvatarUrl)
|
||||
else
|
||||
+userAvatarInitials(userId=userData._id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue