mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
fix: 🐛 fix SSO icon loading
This commit is contained in:
parent
4cafd83c25
commit
bffb47645c
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<% if (ssoEnabled) { %>
|
<% if (ssoEnabled) { %>
|
||||||
<a href="/authenticate" class="google-login-btn">
|
<a href="/authenticate" class="google-login-btn">
|
||||||
<img src="<%= ssoIssuerIcon.length === 0 ? assetPath + '/images/google-logo.svg' : ssoIssuerIcon %>" alt="<%= ssoIssuerName %>">
|
<img src="<%= ssoIssuerIcon.length === 0 ? assetPathFragment + '/images/google-logo.svg' : ssoIssuerIcon %>" alt="<%= ssoIssuerName %>">
|
||||||
<%= t("login.sign_in_with_sso", { ssoIssuerName: ssoIssuerName }) %>
|
<%= t("login.sign_in_with_sso", { ssoIssuerName: ssoIssuerName }) %>
|
||||||
</a>
|
</a>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user