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

change g suite propertey name in example to match the docs (#739)

This commit is contained in:
Brandon Treston
2025-04-15 09:51:08 -04:00
committed by GitHub
parent 527d2cb75d
commit 23d285a9f6

View File

@@ -614,7 +614,7 @@
{{ "ex" | i18n }} exclude:joe@company.com | profile.firstName eq "John" {{ "ex" | i18n }} exclude:joe@company.com | profile.firstName eq "John"
</div> </div>
<div class="form-text" *ngIf="directory === directoryType.GSuite"> <div class="form-text" *ngIf="directory === directoryType.GSuite">
{{ "ex" | i18n }} exclude:joe&#64;company.com | orgName=Engineering {{ "ex" | i18n }} exclude:joe&#64;company.com | orgUnitPath=/Engineering
</div> </div>
</div> </div>
<div class="mb-3" [hidden]="directory != directoryType.Ldap"> <div class="mb-3" [hidden]="directory != directoryType.Ldap">