This commit is contained in:
Christophe Maudoux 2021-03-30 23:54:06 +02:00
parent 5d649f67f5
commit 89111859a0

View File

@ -5,8 +5,8 @@ use Mouse;
use Lemonldap::NG::Portal::Main::Constants qw(
PE_OK
PE_NOTOKEN
PE_TOKENEXPIRED
PE_FIRSTACCESS
PE_TOKENEXPIRED
);
our $VERSION = '2.0.12';
@ -96,7 +96,7 @@ sub retreiveFindUserParams {
}
else {
$self->logger->warn(
"Parameter $key has been reject by findUserControl")
"Parameter $key has been rejected by findUserControl")
if $defined;
();
}