Show username

This commit is contained in:
Douglas Barone 2022-10-20 15:03:20 -04:00
parent 163c57ddde
commit 309eb16f06

View File

@ -6,7 +6,8 @@
</v-col> </v-col>
<v-col> <v-col>
{{ user.displayName }} {{ user.displayName }} <br />
<small>{{ user.sAMAccountName }}</small>
<DistinguishedNameBreadcrumb :dn="user.dn" /> <DistinguishedNameBreadcrumb :dn="user.dn" />
<RoleBadge <RoleBadge
v-for="role in user.roles" v-for="role in user.roles"