1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

include all members of the group (#46)

This commit is contained in:
Kyle Spearrin
2020-06-16 14:42:38 -04:00
committed by GitHub
parent acfa8632af
commit e12c4ea1e2
2 changed files with 1 additions and 4 deletions

2
jslib

Submodule jslib updated: eef9588646...28d21ca5df

View File

@@ -192,9 +192,6 @@ export class GSuiteDirectoryService extends BaseDirectoryService implements Dire
if (member.type == null) {
continue;
}
if (member.role == null || member.role.toLowerCase() !== 'member') {
continue;
}
if (member.status == null || member.status.toLowerCase() !== 'active') {
continue;
}