From 7b4d5536c9df9673937deb0670b11240c02ce5a1 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 2 Sep 2018 06:00:06 +0200 Subject: Fripost::Session: Forget credentials when destroying the session. --- run.psgi | 1 + 1 file changed, 1 insertion(+) (limited to 'run.psgi') diff --git a/run.psgi b/run.psgi index 8389118..3d5c90d 100644 --- a/run.psgi +++ b/run.psgi @@ -280,6 +280,7 @@ $builder->mount($WELCOME_PAGE => sub($) { die "Internal error: ", $@; } else { # something went wrong... + $tmpl_params{AUTHZID} = "oops"; } render( $req, "overview.html", %tmpl_params ); -- cgit v1.2.3