|
NAMECatalystX::SimpleLogin::TraitFor::Controller::Login::RenderAsTTTemplate - render a login form with no template file DESCRIPTIONSimple 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. METHODSafter 'login'$ctx->stash( template => \$self->render_login_form($ctx, $result) ); SEE ALSOAUTHORSSee CatalystX::SimpleLogin for authors. LICENSESee CatalystX::SimpleLogin for license.
|