Skip to content

Commit

Permalink
UI-2420: updating token references
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMaitre committed Oct 7, 2016
1 parent a82a32b commit 708a385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 708a385

Please sign in to comment.