summaryrefslogtreecommitdiff
path: root/client/js/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/controllers')
-rw-r--r--client/js/controllers/login.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/js/controllers/login.js b/client/js/controllers/login.js
index e9308b8..106e889 100644
--- a/client/js/controllers/login.js
+++ b/client/js/controllers/login.js
@@ -37,10 +37,7 @@ mainApp.controller('loginCtrl', ['$scope','$sce','Identity', function ($scope,$s
$('#failedToLoginAlert').show();
}
else {
- $('#loginModal').modal('hide');
- Identity.profile.username=username;
- Identity.profile.projectname=projectname;
-
+ $('#loginModal').modal('hide');
}
// Reset button state