slight changes to Profile.vue to display role, groups, etc.
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
});
|
||||
EventBus.$on('storedTokens', () => {
|
||||
this.$store.dispatch('loadUsers');
|
||||
this.$store.dispatch('loadProfile');
|
||||
});
|
||||
|
||||
this.$store.dispatch('loadLoginProviders');
|
||||
|
||||
Reference in New Issue
Block a user