mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-04 19:29:52 -05:00
fix: 🐛 fix SSO icon loading
This commit is contained in:
@@ -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 { %>
|
||||
|
||||
Reference in New Issue
Block a user