EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit dcf09ff6 authored by Radu Pasparuga's avatar Radu Pasparuga
Browse files

chore: cleanup login ftl

parent e6f663e0
Branches main
No related tags found
No related merge requests found
Pipeline #65139 passed
......@@ -68,7 +68,7 @@
<#if realm.password && social.providers??>
<div id="kc-social-providers" class="${properties.kcFormSocialAccountSectionClass!}">
<p class="tosPrivacy">By proceeding you accept our <a href="https://eox.at/service-terms-and-conditions/">Terms of Services</a> and our <a href="https://eox.at/privacy-notice/">Privacy Policy</a>!</p> <ul class="${properties.kcFormSocialAccountListClass!} <#if social.providers?size gt 3>${properties.kcFormSocialAccountListGridClass!}</#if>">
<p class="tosPrivacy">By proceeding you accept our <a href="https://eox.at/service-terms-and-conditions/">Terms of Services</a> and our <a href="https://eox.at/privacy-notice/">Privacy Policy</a>!</p>
<ul class="${properties.kcFormSocialAccountListClass!} <#if social.providers?size gt 3>${properties.kcFormSocialAccountListGridClass!}</#if>">
<#list social.providers as p>
<a id="social-${p.alias}" class="${properties.kcFormSocialAccountListButtonClass!} <#if social.providers?size gt 3>${properties.kcFormSocialAccountGridItem!}</#if>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment