1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

LDAP fix for dual mode

This commit is contained in:
sauls8t 2019-08-15 17:28:45 +01:00
parent 4f248bf018
commit 285a01508b

View file

@ -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..."}}