We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d409e9 commit 654fd14Copy full SHA for 654fd14
src/background.ts
@@ -38,7 +38,6 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
38
getBackupToken(message.action);
39
} else if (message.action === "lock") {
40
cachedPassphrase = "";
41
- document.cookie = 'passphrase=";expires=Thu, 01 Jan 1970 00:00:00 GMT"';
42
} else if (message.action === "resetAutolock") {
43
clearTimeout(autolockTimeout);
44
setAutolock();
0 commit comments