summaryrefslogtreecommitdiff
path: root/views/login.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-03 13:41:52 +0100
committerTor Andersson <tor@ccxvii.net>2021-12-04 02:31:35 +0100
commit0ce74e5d0cc2d573a1d7c69315dd00830f971712 (patch)
treef37551720da3d28b8453ab7df7d8e78677b73ffb /views/login.pug
parentf52fe1a99f4b92b39b5f2e4aa95c404af391682d (diff)
downloadserver-0ce74e5d0cc2d573a1d7c69315dd00830f971712.tar.gz
Remove flash and redirect session data.
Diffstat (limited to 'views/login.pug')
-rw-r--r--views/login.pug1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/login.pug b/views/login.pug
index 391debe..88d75fe 100644
--- a/views/login.pug
+++ b/views/login.pug
@@ -15,6 +15,7 @@ html
p You're already logged in!
else
form(method="post" action="/login")
+ input(type="hidden" name="redirect" value=redirect)
p
label Name or mail:
br