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