From 1a2ff8262d30f66f2b88195f662ed6cefd8ba1fd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 4 Aug 2022 14:07:25 +0200 Subject: ... 'status' is a reserved renderer key. oops. --- templates/landingpage.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 3225950..03d0eca 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -1,5 +1,5 @@ % if (is_user_authenticated()) { - % my $status = stash('status'); + % my $status = stash('user_status'); % if (stash('error')) {
-- cgit v1.2.3