Verify the websocket request
This commit is contained in:
committed by
Girish Ramakrishnan
parent
65bc3491f6
commit
52db28e876
@@ -242,6 +242,10 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
|
||||
token = accessToken;
|
||||
};
|
||||
|
||||
Client.prototype.getToken = function () {
|
||||
return token;
|
||||
};
|
||||
|
||||
/*
|
||||
* Rest API wrappers
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user