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

<% if (failedAuth) { %> <% if( totpEnabled ) { %>
Password or TOTP is incorrect. Please try again.
<% }else{ %>
Password is incorrect. Please try again.
<% } %> <% } %>
<% if( totpEnabled ) { %>
<% } %>