diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-03 13:41:52 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-04 02:31:35 +0100 |
commit | 0ce74e5d0cc2d573a1d7c69315dd00830f971712 (patch) | |
tree | f37551720da3d28b8453ab7df7d8e78677b73ffb /views/login.pug | |
parent | f52fe1a99f4b92b39b5f2e4aa95c404af391682d (diff) | |
download | server-0ce74e5d0cc2d573a1d7c69315dd00830f971712.tar.gz |
Remove flash and redirect session data.
Diffstat (limited to 'views/login.pug')
-rw-r--r-- | views/login.pug | 1 |
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 |