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