Provided by: libcatalystx-simplelogin-perl_0.18-2_all bug

NAME

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

DESCRIPTION

       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.

METHODS

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

SEE ALSO

       CatalystX::SimpleLogin::Controller::Login

AUTHORS

       See CatalystX::SimpleLogin for authors.

LICENSE

       See CatalystX::SimpleLogin for license.

perl v5.18.2         CatalystX::SimpleLogin::TraitFor::Controller::Login::RenderAsTTTemplate(3pm)