Be consistent in client.js add -> create
This commit is contained in:
@@ -529,7 +529,7 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
|
||||
}).error(defaultErrorHandler(callback));
|
||||
};
|
||||
|
||||
Client.prototype.addOAuthClient = function (appId, scope, redirectURI, callback) {
|
||||
Client.prototype.createOAuthClient = function (appId, scope, redirectURI, callback) {
|
||||
var data = {
|
||||
appId: appId,
|
||||
scope: scope,
|
||||
|
||||
Reference in New Issue
Block a user