Merge branch 'dev' of https://git.verdnatura.es/salix into dev

This commit is contained in:
Javi Gallego 2018-03-06 13:09:15 +01:00
commit d12524d045
1 changed files with 0 additions and 1 deletions

View File

@ -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;