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 c6af967 commit ce03021
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 @@ -284,7 +284,7 @@ define(function(require){
formatVMURI: function(vmboxId, mediaId) {
var self = this;

return self.apiUrl + 'accounts/' + self.accountId + '/vmboxes/' + vmboxId + '/messages/' + mediaId + '/raw?auth_token=' + self.authToken;
return self.apiUrl + 'accounts/' + self.accountId + '/vmboxes/' + vmboxId + '/messages/' + mediaId + '/raw?auth_token=' + self.getAuthToken();
},

playVoicemail: function(template, vmboxId, mediaId) {
Expand Down

0 comments on commit ce03021

Please sign in to comment.