Improve doc

This commit is contained in:
Xavier Guimard 2018-03-07 09:51:51 +01:00
parent f05f340f54
commit 2c8c70470d

View File

@ -151,8 +151,8 @@ L<Lemonldap::NG::Portal> second factor plugins.
# $token must be inserted in a hidden input in your form with the name
# "token"
...
# A LLNG constant must be returned. Example
$req->response($my_html_form_page)
# A LLNG constant must be returned. Example:
$req->response($my_psgi_response)
return PE_SENDRESPONSE;
}
sub verify {