Connexion
<% if (currentUrl === '/auth/activedirectory' || (setupData[0] && setupData[0].hasOwnProperty('ldap'))) { %>
Connexion avec Active Directory
<% } %>
<% if (Array.isArray(setupData)) { %>
<% setupData.forEach(config => { %>
<% if (config.hasOwnProperty('discord') && config.discord.enabled === 'on') { %>
<% if (config.hasOwnProperty('ldap') && config.ldap.enabled === 'on') { %>
Ou
<% } %>
<% } %>
<% }); %>
<% } %>