Tweak login template

This commit is contained in:
John Crisp 2025-06-11 10:24:40 +02:00
parent de9c4a9264
commit 22fbb582d2

View File

@ -2,11 +2,11 @@
% content_for 'module' => begin
% if ( config 'debug' ) {
% if (config->{debug} == 1) {
<div>
<!-- %= dumper $c->current_route -->
<%= dumper $c->current_route %>
% if ( stash 'trt' ) {
%= dumper stash 'trt'
<%= dumper stash 'trt' %>
% }
</div>
% }