aboutsummaryrefslogtreecommitdiffstats
path: root/run.psgi
diff options
context:
space:
mode:
Diffstat (limited to 'run.psgi')
-rw-r--r--run.psgi1
1 files changed, 1 insertions, 0 deletions
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 );