Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit bffb476

Browse files
committed
fix: 🐛 fix SSO icon loading
1 parent 4cafd83 commit bffb476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/assets/views/login.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<% if (ssoEnabled) { %>
2828
<a href="/authenticate" class="google-login-btn">
29-
<img src="<%= ssoIssuerIcon.length === 0 ? assetPath + '/images/google-logo.svg' : ssoIssuerIcon %>" alt="<%= ssoIssuerName %>">
29+
<img src="<%= ssoIssuerIcon.length === 0 ? assetPathFragment + '/images/google-logo.svg' : ssoIssuerIcon %>" alt="<%= ssoIssuerName %>">
3030
<%= t("login.sign_in_with_sso", { ssoIssuerName: ssoIssuerName }) %>
3131
</a>
3232
<% } else { %>

0 commit comments

Comments
 (0)