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