<% layout("/en/layout", { title: "auth" }) %>

auth

enter your email and we will send you a code.

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

<%= errorValue %>

<% } %>