From 708a3853a63e527de16fe351b8d05dc53a7f5c15 Mon Sep 17 00:00:00 2001 From: Jean-Roch Maitre Date: Fri, 7 Oct 2016 13:37:32 -0700 Subject: [PATCH] UI-2420: updating token references --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 1d1464d..c8e1293 100644 --- a/app.js +++ b/app.js @@ -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) {