mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Initial work of biometric unlock for browser
This commit is contained in:
@@ -55,8 +55,8 @@ export default class ContextMenusBackground {
|
||||
private async cipherAction(info: any) {
|
||||
const id = info.menuItemId.split('_')[1];
|
||||
if (id === 'noop') {
|
||||
if (chrome.browserAction && chrome.browserAction.openPopup) {
|
||||
chrome.browserAction.openPopup();
|
||||
if (chrome.browserAction && (chrome.browserAction as any).openPopup) {
|
||||
(chrome.browserAction as any).openPopup();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user