<% // The login page shows the admin username/password form. (Public listener // login via Google was removed — interaction now runs via the fediverse.) var _admin = (typeof adminLogin !== 'undefined' && adminLogin); %>

<%= _admin ? t('auth.admin_login_title') : t('nav.login') %>

<% if (typeof success !== 'undefined' && success) { %>
<%= success %>
<% } %> <% if (error) { %>
<%= error %>
<% } %> <% if (_admin) { %> <%# Hidden admin login (password). %>
<% if (typeof next !== 'undefined' && next) { %> <% } %>
<% } %>