Remove trailing whitespaces (#1464)

environments/ppa-mbqj77/deployments/191^2
Xavier Guimard 7 years ago
parent 7dafa25145
commit a5efca5388
  1. 15
      lemonldap-ng-manager/site/coffee/sessions.coffee
  2. 9
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/OpenIDConnect.pm
  3. 1
      lemonldap-ng-portal/site/coffee/portal.coffee

@ -251,21 +251,6 @@ llapp.controller 'SessionsExplorerCtrl', ['$scope', '$translator', '$location',
epoch: epoch
td: "1"
delete session[attr]
else if session[attr].toString().match(/\w+/)
subres.push
title: attr

@ -397,14 +397,17 @@ sub run {
#my @keep = ();
#while (@$_oidcConsents) {
# my $element = shift @$_oidcConsents;
#$self->logger->debug("Looking for revoked consents to delete ...");
#push @keep, $element if ( defined $element->{rp} and defined $element->{epoch} and defined $element->{scope} );
# $self->logger->debug(
# "Looking for revoked consents to delete ...");
# push @keep, $element
# if ( defined $element->{rp}
# and defined $element->{epoch}
# and defined $element->{scope} );
#}
#@$_oidcConsents = @keep;
############
# Read existing RP
@RPoidcConsent = grep { $_->{rp} eq $rp } @$_oidcConsents;
unless (@RPoidcConsent) {

@ -78,7 +78,6 @@ removeOidcConsent = (partner) ->
# Error
, e
# Function used by setOrder() and removeOidcConsent() to push new values
# For security reason, modification is rejected unless a valid token is given
setKey = (key,val,success,error) ->

Loading…
Cancel
Save