From 285a01508b7ce6eaf590a45597e3d94c5d1e9f92 Mon Sep 17 00:00:00 2001 From: sauls8t Date: Thu, 15 Aug 2019 17:28:45 +0100 Subject: [PATCH] LDAP fix for dual mode --- gui/app/templates/components/customize/user-list.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/app/templates/components/customize/user-list.hbs b/gui/app/templates/components/customize/user-list.hbs index 5c9e806d..2927cbe7 100644 --- a/gui/app/templates/components/customize/user-list.hbs +++ b/gui/app/templates/components/customize/user-list.hbs @@ -8,7 +8,7 @@ {{/if}} {{/if}} - {{#if (or isAuthProviderLDAP c)}} + {{#if (or isAuthProviderLDAP isDualAuth)}} {{#if syncInProgress}} {{ui/ui-button color=constants.Color.Gray light=true icon=constants.Icon.Locked label="LDAP user sync running..."}}