Tests for /register

This commit is contained in:
simojenki
2021-02-25 14:14:51 +11:00
parent c1e64dfc32
commit 6c5b78cd6e
7 changed files with 214 additions and 139 deletions

View File

@@ -1,5 +0,0 @@
<% layout('./layout', { title: "Login Successful" }) %>
<div id="content">
<h1>Login successful</h1>
</div>

5
web/views/success.eta Normal file
View File

@@ -0,0 +1,5 @@
<% layout('./layout', { title: "Yippee" }) %>
<div id="content">
<h1><%= it.message %></h1>
</div>