% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %>
<%= t("login.heading") %>
<% if (ssoEnabled) { %>
<%= t("login.sign_in_with_google") %>
<% } else { %>
<%= t("login.password") %>
<% if( totpEnabled ) { %>
TOTP Token
<% } %> <% if ( wrongPassword ) { %>
<%= t("login.incorrect-password") %>
<% } %> <% if ( totpEnabled ) { %> <% if( wrongTotp ) { %>
<%= t("login.incorrect-totp") %>
<% } %> <% } %>
<%= t("login.remember-me") %>
<%= t("login.button") %>
<% } %>