% layout("/en/layout", { title: "verify" }) %>
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)?.(it?.errorDetails) %> <% if (errorValue) { %><%= errorValue %>
<% } %>