Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Sep 12, 2024
1 parent 3b753a4 commit 8f8f890
Showing 1 changed file with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1065,27 +1065,27 @@
}
%>
<div class="social-login blurring social-dimmer">
<div class="field">
<button
type="button"
id="icon-<%=iconId%>"
class="ui button secondary"
data-testid="login-page-sign-in-with-<%=localAuthenticator%>"
onclick="handleNoDomain(this,
'<%=Encode.forJavaScriptAttribute(Encode.forUriComponent(idpEntry.getKey()))%>',
'<%=localAuthenticator%>')"
>
<img
class="ui image"
src="libs/themes/default/assets/images/authenticators/<%=localAuthenticator%>.svg"
alt="<%=localAuthenticator%> Logo"
role="presentation">
<span>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "sign.in.with")%>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, localAuthenticator)%>
</span>
</button>
</div>
<div class="field">
<button
type="button"
id="icon-<%=iconId%>"
class="ui button secondary"
data-testid="login-page-sign-in-with-<%=localAuthenticator%>"
onclick="handleNoDomain(this,
'<%=Encode.forJavaScriptAttribute(Encode.forUriComponent(idpEntry.getKey()))%>',
'<%=localAuthenticator%>')"
>
<img
class="ui image"
src="libs/themes/default/assets/images/authenticators/<%=localAuthenticator%>.svg"
alt="<%=localAuthenticator%> Logo"
role="presentation">
<span>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "sign.in.with")%>
<%=localAuthenticator%>
</span>
</button>
</div>
</div>
<br>
<%
Expand Down

0 comments on commit 8f8f890

Please sign in to comment.