<% layout("/sk/layout", { title: "overenie" }) %> <%~ include("/sk/partials/navbar") %> <% const verificationIcon = ` ` %> <% const errorIcon = ` ` %> <% const verifyIcon = ` ` %>

<%~ verificationIcon %> overenie

zadajte kód z emailu alebo kliknite na link v emaili

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

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

<% } %>