Browse Source

UI-2420: updating token references

4.0 4.0.0
Jean-Roch Maitre 9 years ago
parent
commit
708a3853a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.js

+ 1
- 1
app.js View File

@ -408,7 +408,7 @@ define(function(require){
var self = this,
type = pType === 'inbound' ? 'inbox' : 'outbox';
return self.apiUrl + 'accounts/' + self.accountId + '/faxes/'+ type +'/' + mediaId + '/attachment?auth_token=' + self.authToken;
return self.apiUrl + 'accounts/' + self.accountId + '/faxes/'+ type +'/' + mediaId + '/attachment?auth_token=' + self.getAuthToken();
},
oldRenderLogs: function(pArgs) {


Loading…
Cancel
Save