summaryrefslogtreecommitdiffstats
path: root/app/common/services/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/services/constants.js')
-rw-r--r--app/common/services/constants.js4
1 files changed, 0 insertions, 4 deletions
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