Better default profile image
This commit is contained in:
parent
010812ef06
commit
783401723a
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@
|
||||||
auth.logout()
|
auth.logout()
|
||||||
},
|
},
|
||||||
gravatar() {
|
gravatar() {
|
||||||
return 'https://www.gravatar.com/avatar/' + this.user.infos.avatar + '?s=50'
|
return 'https://www.gravatar.com/avatar/' + this.user.infos.avatar + '?s=50&d=mp'
|
||||||
},
|
},
|
||||||
loadNamespaces() {
|
loadNamespaces() {
|
||||||
this.namespaceService = new NamespaceService()
|
this.namespaceService = new NamespaceService()
|
||||||
|
|
Loading…
Reference in a new issue