remove oauth proxy from ui code
This commit is contained in:
@@ -307,8 +307,7 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
|
||||
portBindings: config.portBindings,
|
||||
accessRestriction: config.accessRestriction,
|
||||
cert: config.cert,
|
||||
key: config.key,
|
||||
oauthProxy: config.oauthProxy
|
||||
key: config.key
|
||||
};
|
||||
|
||||
post('/api/v1/apps/install', data).success(function (data, status) {
|
||||
@@ -354,8 +353,7 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
|
||||
key: config.key,
|
||||
memoryLimit: config.memoryLimit,
|
||||
altDomain: config.altDomain || null,
|
||||
xFrameOptions: config.xFrameOptions,
|
||||
oauthProxy: config.oauthProxy
|
||||
xFrameOptions: config.xFrameOptions
|
||||
};
|
||||
|
||||
post('/api/v1/apps/' + id + '/configure', data).success(function (data, status) {
|
||||
|
||||
Reference in New Issue
Block a user