mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
clear vault upon logout. full sync vault upon login.
This commit is contained in:
@@ -108,6 +108,10 @@
|
||||
toastr.info(type + ' copied!');
|
||||
};
|
||||
|
||||
$scope.$on('syncCompleted', function (event, args) {
|
||||
setTimeout(loadVault, 500);
|
||||
});
|
||||
|
||||
function getScrollY() {
|
||||
var content = document.getElementsByClassName('content')[0];
|
||||
return content.scrollTop;
|
||||
|
||||
Reference in New Issue
Block a user