<% layout("/en/layout", { title: "auth" }) %> <%~ include("/en/partials/navbar") %> <% const authIcon = ` ` %> <% const errorIcon = ` ` %> <% const sendIcon = ` ` %>

<%~ authIcon %> auth

enter your email and click on the link you will get.

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

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

<% } %>