#54 user accounts - hide for now
This commit is contained in:
parent
bd771b4c3c
commit
849f9c2b3e
|
@ -128,14 +128,14 @@
|
|||
});
|
||||
}
|
||||
|
||||
if (this.config.user.enabled) {
|
||||
links.push({
|
||||
link: '/' + this.config.user.route,
|
||||
icon: 'user',
|
||||
text: this.user ? '@' + this.user.username : this.$t('user.header'),
|
||||
textLong: this.user ? '@' + this.user.username : this.$t('user.headerLong'),
|
||||
});
|
||||
}
|
||||
// if (this.config.user.enabled) {
|
||||
// links.push({
|
||||
// link: '/' + this.config.user.route,
|
||||
// icon: 'user',
|
||||
// text: this.user ? '@' + this.user.username : this.$t('user.header'),
|
||||
// textLong: this.user ? '@' + this.user.username : this.$t('user.headerLong'),
|
||||
// });
|
||||
// }
|
||||
|
||||
return links;
|
||||
},
|
||||
|
|
Reference in New Issue