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