This commit is contained in:
2019-12-16 21:45:28 +00:00
parent 7c5814eb0d
commit b2f4aaa5d7

View File

@@ -73,14 +73,21 @@ export default function initialize() {
route: "/locale"
});
//LOGIN
//SET LOGIN
subSub.push({
title: window.$gz.locale.get("SetLoginPassword"),
icon: "key",
route: "/changepw"
});
//Preferences (personal)
//NOTIFICATION SUBSCRIPTIONS
subSub.push({
title: window.$gz.locale.get("NotifySubscriptionList"),
icon: "bullhorn",
route: "/notifysubscriptions"
});
//USER PREFERENCES (personal)
sub.push({
title: window.$gz.locale.get("UserPreferences"),
icon: "user-cog",