LoginForm
DomainEmail + şifre formu. Remember me checkbox, hata banner ve action/method desteği.
<%- include('modules/domain/common/auth/LoginForm', {
action: '/auth/login',
method: 'post'
}) %>
<%- include('modules/domain/common/auth/LoginForm', {
action: '/auth/login',
error: 'Invalid email or password. Please try again.'
}) %>
<%
var _action = locals.action || '#';
var _method = locals.method || 'post';
var _error = locals.error || '';
%>