summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/common/services/api-utils.js1
-rw-r--r--app/common/services/constants.js4
2 files changed, 0 insertions, 5 deletions
diff --git a/app/common/services/api-utils.js b/app/common/services/api-utils.js
index 7557540..73fe5a4 100644
--- a/app/common/services/api-utils.js
+++ b/app/common/services/api-utils.js
@@ -13,7 +13,6 @@ window.angular && (function (angular) {
.module('app.common.services')
.factory('APIUtils', ['$http', 'Constants', '$q', 'dataService',function($http, Constants, $q, DataService){
var SERVICE = {
- LOGIN_CREDENTIALS: Constants.LOGIN_CREDENTIALS,
API_CREDENTIALS: Constants.API_CREDENTIALS,
API_RESPONSE: Constants.API_RESPONSE,
CHASSIS_POWER_STATE: Constants.CHASSIS_POWER_STATE,
diff --git a/app/common/services/constants.js b/app/common/services/constants.js
index fd8204a..57e2e19 100644
--- a/app/common/services/constants.js
+++ b/app/common/services/constants.js
@@ -15,10 +15,6 @@ window.angular && (function (angular) {
.module('app.common.services', [])
.service('Constants', function () {
return {
- LOGIN_CREDENTIALS: {
- username: "test",
- password: "testpass",
- },
API_CREDENTIALS: {
host_storage_key: 'API_HOST_KEY',
default_protocol: 'https'
OpenPOWER on IntegriCloud