1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 03:39:28 +00:00

Added logout template and route

This commit is contained in:
2022-01-31 21:47:18 +00:00
parent 68beca8e14
commit 5946aeffb0
3 changed files with 20 additions and 0 deletions

8
views/logout.hbs Normal file
View File

@@ -0,0 +1,8 @@
{{> mainPageHeader name='Log Out' }}
<div class='mainForm'>
<p style='text-align: center;'>You are logged in as <span class='hl'>{{ username }}</span></p>
<form action='/logout' method='post'>
<input type='submit' class='btn btn--primary' value='Log Out'/>
</form>
</div>