mirror of
https://github.com/bitwarden/web
synced 2026-01-08 03:23:29 +00:00
purge vault
This commit is contained in:
@@ -129,6 +129,14 @@
|
||||
});
|
||||
};
|
||||
|
||||
$scope.purge = function () {
|
||||
$uibModal.open({
|
||||
animation: true,
|
||||
templateUrl: 'app/settings/views/settingsPurge.html',
|
||||
controller: 'settingsPurgeController'
|
||||
});
|
||||
};
|
||||
|
||||
function scrollToTop() {
|
||||
$('html, body').animate({ scrollTop: 0 }, 200);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user