Skip to content

Commit

Permalink
Sync jsp changes from identity apps (#13376)
Browse files Browse the repository at this point in the history
* Changes from identity-apps

* Remove backup code usage

* update the min css file name

* upgrade identity-apps version

* Add changes from wso2/identity-apps#3692

* Add fixes from PR : wso2-support/identity-apps#347
U2 number : 7772

* Revert "Add fixes from PR : wso2-support/identity-apps#347"

This reverts commit 19833fe.
  • Loading branch information
RusJaI committed Feb 16, 2024
1 parent 4d648db commit 01086c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
name="password"
value=""
autocomplete="off"
required
tabindex="2"
placeholder="<%=AuthenticationEndpointUtil.i18n(resourceBundle, "password")%>"
data-testid="login-page-password-input"
Expand Down Expand Up @@ -403,7 +404,7 @@
name="chkRemember"
data-testid="login-page-remember-me-checkbox"
>
<label><%=AuthenticationEndpointUtil.i18n(resourceBundle, "remember.me")%></label>
<label for="chkRemember"><%=AuthenticationEndpointUtil.i18n(resourceBundle, "remember.me")%></label>
</div>
</div>
<input type="hidden" name="sessionDataKey" value='<%=Encode.forHtmlAttribute
Expand Down
8 changes: 4 additions & 4 deletions modules/distribution/product/src/main/extensions/login.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -364,14 +364,14 @@
<div class="external-login blurring external-login-dimmer">
<div class="field">
<button
class="ui button fluid"
class="ui button secondary fluid"
onclick="handleNoDomain(this,
'<%=Encode.forJavaScriptAttribute(Encode.forUriComponent(idpName))%>',
'<%=Encode.forJavaScriptAttribute(Encode.forUriComponent(idpEntry.getValue()))%>')"
id="icon-<%=iconId%>"
title="<%=AuthenticationEndpointUtil.i18n(resourceBundle, "sign.in.with")%> <%=Encode.forHtmlAttribute(idpName)%>"
>
<img class="ui image" src="<%=Encode.forHtmlAttribute(imageURL)%>">
<img role="presentation" class="ui image" src="<%=Encode.forHtmlAttribute(imageURL)%>">
<span><%=AuthenticationEndpointUtil.i18n(resourceBundle, "sign.in.with")%> <%=Encode.forHtmlContent(idpName)%></span>
</button>
</div>
Expand Down Expand Up @@ -419,7 +419,7 @@
title="<%=AuthenticationEndpointUtil.i18n(resourceBundle, "sign.in.with")%>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "sign.in.with" )%>">
<i class="usb icon"></i>
<img src="libs/themes/default/assets/images/icons/fingerprint.svg" alt="Fido Logo" />
<img role="presentation" src="libs/themes/default/assets/images/icons/fingerprint.svg" alt="Fido Logo" />
<span>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "sign.in.with" )%>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "fido.authenticator" )%>
Expand All @@ -438,7 +438,7 @@
title="<%=AuthenticationEndpointUtil.i18n(resourceBundle, "sign.in.with")%>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "magic.link" )%>"
data-componentid="login-page-sign-in-with-magic-link">
<img class="ui image" src="libs/themes/default/assets/images/icons/magic-link-icon.svg" alt="Magic Link Logo" />
<img role="presentation" class="ui image" src="libs/themes/default/assets/images/icons/magic-link-icon.svg" alt="Magic Link Logo" />
<span>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "sign.in.with" )%>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "magic.link" )%>
Expand Down

0 comments on commit 01086c2

Please sign in to comment.