Authorize auth user to test it (#1400)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent a43961a9e0
commit 8f13be1b0d
  1. 1
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/CheckState.pm

@ -22,6 +22,7 @@ sub init {
return 0;
}
$self->addUnauthRoute( checkstate => 'check', ['GET'] );
$self->addAuthRoute( checkstate => 'check', ['GET'] );
return 1;
}

Loading…
Cancel
Save