mirror of
https://github.com/bitwarden/web
synced 2025-12-10 13:23:15 +00:00
outdated browser and edge checks for pbkdf2
This commit is contained in:
@@ -8,6 +8,7 @@ angular
|
||||
vm.usingControlSidebar = vm.openControlSidebar = false;
|
||||
vm.searchVaultText = null;
|
||||
vm.version = appSettings.version;
|
||||
vm.outdatedBrowser = navigator.userAgent.indexOf('MSIE') !== -1;
|
||||
|
||||
$scope.currentYear = new Date().getFullYear();
|
||||
|
||||
@@ -94,6 +95,10 @@ angular
|
||||
});
|
||||
};
|
||||
|
||||
$scope.updateBrowser = function () {
|
||||
$window.open('https://browser-update.org/update.html', '_blank');
|
||||
};
|
||||
|
||||
// Append dropdown menu somewhere else
|
||||
var bodyScrollbarWidth,
|
||||
appendedDropdownMenu,
|
||||
|
||||
Reference in New Issue
Block a user