Login flow working

This commit is contained in:
simojenki
2021-02-24 20:54:05 +11:00
parent c26a325ee1
commit f295d3f015
13 changed files with 416 additions and 63 deletions

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

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