mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-22 03:03:22 +00:00
simualtion testing from dashboard
This commit is contained in:
@@ -4,4 +4,12 @@ export class UserEntry extends Entry {
|
||||
email: string;
|
||||
disabled = false;
|
||||
deleted = false;
|
||||
|
||||
get displayName(): string {
|
||||
if (this.email == null) {
|
||||
return this.referenceId;
|
||||
}
|
||||
|
||||
return this.email;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user