From adf2df3a3bd2df4b5653845cea1d98f7297bbe4b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 28 Jul 2022 09:34:32 +0200 Subject: landingpage: $status is not always set --- templates/landingpage.html.ep | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 3e7d761..3225950 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -1,4 +1,5 @@ % if (is_user_authenticated()) { + % my $status = stash('status'); % if (stash('error')) {
-- cgit v1.2.3