Better default profile image

This commit is contained in:
kolaente 2020-02-09 13:16:34 +01:00
parent 010812ef06
commit 783401723a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@
auth.logout()
},
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() {
this.namespaceService = new NamespaceService()