mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-20 18:23:13 +00:00
Replace '@' with it's HTML code in settings examples
This commit is contained in:
@@ -419,7 +419,7 @@
|
|||||||
name="AdminUser"
|
name="AdminUser"
|
||||||
[(ngModel)]="gsuite.adminUser"
|
[(ngModel)]="gsuite.adminUser"
|
||||||
/>
|
/>
|
||||||
<small class="text-muted form-text">{{ "ex" | i18n }} admin@company.com</small>
|
<small class="text-muted form-text">{{ "ex" | i18n }} admin@company.com</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="customerId">{{ "customerId" | i18n }}</label>
|
<label for="customerId">{{ "customerId" | i18n }}</label>
|
||||||
@@ -596,7 +596,7 @@
|
|||||||
name="EmailSuffix"
|
name="EmailSuffix"
|
||||||
[(ngModel)]="sync.emailSuffix"
|
[(ngModel)]="sync.emailSuffix"
|
||||||
/>
|
/>
|
||||||
<small class="text-muted form-text">{{ "ex" | i18n }} @company.com</small>
|
<small class="text-muted form-text">{{ "ex" | i18n }} @company.com</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -628,13 +628,13 @@
|
|||||||
<small
|
<small
|
||||||
class="text-muted form-text"
|
class="text-muted form-text"
|
||||||
*ngIf="directory === directoryType.AzureActiveDirectory"
|
*ngIf="directory === directoryType.AzureActiveDirectory"
|
||||||
>{{ "ex" | i18n }} exclude:joe@company.com</small
|
>{{ "ex" | i18n }} exclude:joe@company.com</small
|
||||||
>
|
>
|
||||||
<small class="text-muted form-text" *ngIf="directory === directoryType.Okta"
|
<small class="text-muted form-text" *ngIf="directory === directoryType.Okta"
|
||||||
>{{ "ex" | i18n }} exclude:joe@company.com | profile.firstName eq "John"</small
|
>{{ "ex" | i18n }} exclude:joe@company.com | profile.firstName eq "John"</small
|
||||||
>
|
>
|
||||||
<small class="text-muted form-text" *ngIf="directory === directoryType.GSuite"
|
<small class="text-muted form-text" *ngIf="directory === directoryType.GSuite"
|
||||||
>{{ "ex" | i18n }} exclude:joe@company.com | orgName=Engineering</small
|
>{{ "ex" | i18n }} exclude:joe@company.com | orgName=Engineering</small
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" [hidden]="directory != directoryType.Ldap">
|
<div class="form-group" [hidden]="directory != directoryType.Ldap">
|
||||||
|
|||||||
Reference in New Issue
Block a user