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

verification

enter the code from your email or click on the link

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

<%= errorValue %>

<% } %>