mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 10:52:17 -05:00
Add _auth.storeCredentials again to login-existing
This commit is contained in:
parent
8617a4d0ed
commit
aed2a5ec14
@ -47,8 +47,14 @@ define(function(require) {
|
||||
return;
|
||||
}
|
||||
|
||||
appController._auth.storeCredentials(function(err) {
|
||||
if (err) {
|
||||
return $scope.onError(err);
|
||||
}
|
||||
|
||||
$location.path('/desktop');
|
||||
$scope.$apply();
|
||||
});
|
||||
}
|
||||
|
||||
function handleError(err) {
|
||||
|
Loading…
Reference in New Issue
Block a user