mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 13:14:24 +01:00
fix: 🐛 fix SSO icon loading
This commit is contained in:
parent
4cafd83c25
commit
bffb47645c
@ -26,7 +26,7 @@
|
||||
|
||||
<% if (ssoEnabled) { %>
|
||||
<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 }) %>
|
||||
</a>
|
||||
<% } else { %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user