Skip to content

Commit

Permalink
Merge pull request wso2#5371 from pavinduLakshan/fix_privileged_logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Jan 29, 2024
2 parents 6cf1602 + 8d0c385 commit 69f0c59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/neat-geese-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/identity-apps-core": patch
---

Fix broken logo in privileged user login UI
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@
'<%=Encode.forJavaScriptAttribute(Encode.forUriComponent(ENTERPRISE_USER_LOGIN_AUTHENTICATOR))%>',
'<%=Encode.forJavaScriptAttribute(Encode.forUriComponent(userTenantDomain))%>')"
>
<img class="ui image" src="libs/themes/default/assets/images/branding/asgardeo-trifacta.svg">
<img class="ui image" src="libs/themes/wso2is/assets/images/branding/asgardeo-trifacta.svg">
<span>
<%=AuthenticationEndpointUtil.i18n(resourceBundle, "continue.with")%>
<%=Encode.forHtmlContent("Asgardeo")%>
Expand Down

0 comments on commit 69f0c59

Please sign in to comment.