<%= t("login.heading") %>
<% if (failedAuth) { %> <% if( totpEnabled ) { %>
Password or TOTP is incorrect. Please try again.
<% }else{ %>
Password is incorrect. Please try again.
<% } %> <% } %>
<%= t("login.password") %>
<% if( totpEnabled ) { %>
OTP Token
<% } %>
<%= t("login.remember-me") %>
<%= t("login.button") %>