From 0ce74e5d0cc2d573a1d7c69315dd00830f971712 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 3 Dec 2021 13:41:52 +0100 Subject: Remove flash and redirect session data. --- views/login.pug | 1 + 1 file changed, 1 insertion(+) (limited to 'views/login.pug') 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 -- cgit v1.2.3