This commit is contained in:
AndrewTrieu
2023-03-11 18:19:16 +02:00
parent ee0936c8b1
commit f14618b7cc
16 changed files with 70 additions and 59 deletions

View File

@@ -1,5 +1,7 @@
<% layout("./layouts/layout.eta") %>
<a href="/">Home</a>
<h1>New user registration</h1>
<form method="POST" action="/auth/register">
@@ -18,4 +20,5 @@
<% }); %>
<% } %>
<br/>
<a href="/auth/login">Are you already registered?</a>
<a href="/auth/login">Are you already registered?</a>