summaryrefslogtreecommitdiffstats
path: root/app/common/services
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/services')
-rw-r--r--app/common/services/userModel.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/common/services/userModel.js b/app/common/services/userModel.js
index 2c9de65..f82c1f1 100644
--- a/app/common/services/userModel.js
+++ b/app/common/services/userModel.js
@@ -15,9 +15,6 @@ window.angular && (function (angular) {
.module('app.common.services')
.service('userModel', ['APIUtils',function(APIUtils){
return {
- fakeLogin: function(callback){
- sessionStorage.setItem('LOGIN_ID', 'FAKE_ID');
- },
login : function(username, password, callback){
APIUtils.login(username, password, function(response, error){
if(response &&
OpenPOWER on IntegriCloud