<% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %>

<%= t("login.heading") %>

<% if (ssoEnabled) { %> <% } else { %>
<% if( totpEnabled ) { %>
<% } %> <% if ( wrongPassword ) { %>
<%= t("login.incorrect-password") %>
<% } %> <% if ( totpEnabled ) { %> <% if( wrongTotp ) { %>
<%= t("login.incorrect-totp") %>
<% } %> <% } %>
<% } %>