Merge branch 'dev' of https://git.verdnatura.es/salix into dev
This commit is contained in:
commit
d12524d045
|
@ -11,7 +11,6 @@ export default class MainMenu {
|
|||
this.langs = $translate.getAvailableLanguageKeys();
|
||||
}
|
||||
getCurrentUserName() {
|
||||
console.log('in getcurrentUserName');
|
||||
this.$http.get('/auth/api/Accounts/getCurrentUserName')
|
||||
.then(json => {
|
||||
this.$.currentUserName = json.data;
|
||||
|
|
Loading…
Reference in New Issue