This commit is contained in:
2019-03-11 23:04:29 +00:00
parent 1b0becca01
commit 263426a741
5 changed files with 31 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ function addNavItem(title, icon, route) {
// on change of authentication status
export default function initialize() {
if (store.state.authenticated) {
//GET ALL DEFAULT LOCALIZED TEXT FOR SHELL
//Fetch the core localized text keys that will always be required by user
locale
.fetch(locale.coreKeys)
.then(function() {