CatalystX::SimpleLogin::TraitFor::Controller::Login::RenderAsTTTemplate(3pm) User Contributed Perl Documentation CatalystX::SimpleLogin::TraitFor::Controller::Login::RenderAsTTTemplate(3pm)

CatalystX::SimpleLogin::TraitFor::Controller::Login::RenderAsTTTemplate - render a login form with no template file

Simple controller role to allow rendering a login form with no template file. Sets the stash 'template' key to a string reference containing the rendered form.

  $ctx->stash( template => \$self->render_login_form($ctx, $result) );

See CatalystX::SimpleLogin for authors.

See CatalystX::SimpleLogin for license.

2022-08-28 perl v5.36.0