mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-10 21:33:20 +00:00
sort results
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export abstract class Entry {
|
||||
referenceId: string;
|
||||
externalId: string;
|
||||
|
||||
get displayName(): string {
|
||||
return this.referenceId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user