_SocialAuthn.html revision 9ba40ae6bb2e09b87a01a3a9e7e1a42228b68026
<div class="form-group">
<hr>
<p role="heading">{{t "templates.user.LoginTemplate.socialAuthentication"}}</p>
<nav role="navigation">
<ul class="list-inline">
{{#each socialImplementations}}
<li><a href="#login/{{/auth.subRealm}}&service={{authnChain}}" title="{{displayName}}" ><img alt="{{displayName}}" src="{{iconPath}}" width="50px" height="50px" /></a></li>
{{/each}}
</ul>
</nav>
</div>