<% if (typeof error !== 'undefined' && error !== null && error !== '') { %>
<%= error %>
<% } else if (typeof success !== 'undefined' && success !== null && success !== '') { %>
<%= success %>
<% } %>
Username