diff --git a/modules/client/front/consumption/index.js b/modules/client/front/consumption/index.js index af08a8871..7017fed41 100644 --- a/modules/client/front/consumption/index.js +++ b/modules/client/front/consumption/index.js @@ -33,7 +33,7 @@ class Controller extends Section { get reportParams() { const userParams = this.$.model.userParams; return Object.assign({ - authorization: this.vnToken.token, + recipient: this.client.email, recipientId: this.client.id }, userParams); }