slight changes to Profile.vue to display role, groups, etc.

This commit is contained in:
2019-10-23 16:34:35 +02:00
parent 36c8e40622
commit 1d12e56093
7 changed files with 94 additions and 15 deletions

View File

@@ -88,6 +88,7 @@
});
EventBus.$on('storedTokens', () => {
this.$store.dispatch('loadUsers');
this.$store.dispatch('loadProfile');
});
this.$store.dispatch('loadLoginProviders');