environments/ppa-mbqj77/deployments/1
Xavier Guimard 10 years ago
parent 519f0c2e82
commit 566f33a40f
  1. 4
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/Choice.pm

@ -20,9 +20,9 @@ sub authenticate {
return $_[1]->datas->{enabledMods0}->[0]->authenticate( $_[1] ); return $_[1]->datas->{enabledMods0}->[0]->authenticate( $_[1] );
} }
sub authForce { sub authLogout {
$_[0]->checkChoice( $_[1] ) or return PE_OK; $_[0]->checkChoice( $_[1] ) or return PE_OK;
return $_[1]->datas->{enabledMods0}->[0]->authForce( $_[1] ); return $_[1]->datas->{enabledMods0}->[0]->authLogout( $_[1] );
} }
sub getDisplayType { sub getDisplayType {

Loading…
Cancel
Save