mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-31 08:04:54 +00:00
Fixed remember login option
This commit is contained in:
committed by
Francis Lachapelle
parent
23ce8904a9
commit
b9e7e24344
@@ -8,7 +8,7 @@
|
||||
|
||||
.controller('loginController', ['$scope', '$mdDialog', 'Authentication', function($scope, $mdDialog, Authentication) {
|
||||
$scope.warning = false;
|
||||
$scope.creds = { username: null, password: null };
|
||||
$scope.creds = { username: cookieUsername, password: null };
|
||||
$scope.login = function(creds) {
|
||||
$scope.warning = false;
|
||||
Authentication.login(creds)
|
||||
|
||||
Reference in New Issue
Block a user