<% layout("/sk/layout", { title: "prihlásenie" }) %> <%~ include("/sk/partials/navbar") %> <% const authIcon = ` ` %> <% const errorIcon = ` ` %> <% const sendIcon = ` ` %>

<%~ authIcon %> prihlásenie

zadajte svoj email a kliknite na link, ktorý vám príde.

<% const errorValue = it.error?.split('.').reduce((a, b) => a[b], it.lang.auth?.errors)?.(it?.errorDetails) %> <% if (typeof errorValue === "string") { %>

<%~ errorIcon %> <%= errorValue %>

<% } %>