@** * Yona, 21st Century Project Hosting SW * * Copyright Yona & Yobi Authors & NAVER Corp. * https://yona.io **@ @import utils.LdapService @() @import com.feth.play.module.pa.views.html._ @import utils.TemplateHelper._ @import org.apache.commons.lang3.StringUtils @isSocialLoginSupport = @{ val allowedProviders = play.Configuration.root.getString("application.social.login.support", "").replaceAll(" ", "").split(",") allowedProviders.nonEmpty && StringUtils.isNotBlank(allowedProviders(0)) }