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