mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-21 18:53:18 +00:00
simualtion testing from dashboard
This commit is contained in:
@@ -4,4 +4,12 @@ export class GroupEntry extends Entry {
|
||||
name: string;
|
||||
userMemberExternalIds = new Set<string>();
|
||||
groupMemberReferenceIds = new Set<string>();
|
||||
|
||||
get displayName(): string {
|
||||
if (this.name == null) {
|
||||
return this.referenceId;
|
||||
}
|
||||
|
||||
return this.name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user