mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
LDAP fix for dual mode
This commit is contained in:
parent
4f248bf018
commit
285a01508b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if (or isAuthProviderLDAP c)}}
|
||||
{{#if (or isAuthProviderLDAP isDualAuth)}}
|
||||
<Ui::UiSpacer @size="300" />
|
||||
{{#if syncInProgress}}
|
||||
{{ui/ui-button color=constants.Color.Gray light=true icon=constants.Icon.Locked label="LDAP user sync running..."}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue