Merge branch 'master' into fix/550/logout_does_not_clear_vault

This commit is contained in:
newhinton 2019-05-19 17:20:40 +02:00 committed by GitHub
commit 683b06ae1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -540,13 +540,12 @@
} }
$scope.active_vault = null; $scope.active_vault = null;
$scope.credentials = []; $scope.credentials = [];
VaultService.clearVaultService(); VaultService.clearVaultService();
});
}); $scope.clearState = function () {
$scope.delete_time = 0;
};
$scope.clearState = function () { }]);
$scope.delete_time = 0; }());
};
}]);
}());