Skip to content

Commit 654fd14

Browse files
committed
Stop removing old cookies
1 parent 5d409e9 commit 654fd14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/background.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
3838
getBackupToken(message.action);
3939
} else if (message.action === "lock") {
4040
cachedPassphrase = "";
41-
document.cookie = 'passphrase=";expires=Thu, 01 Jan 1970 00:00:00 GMT"';
4241
} else if (message.action === "resetAutolock") {
4342
clearTimeout(autolockTimeout);
4443
setAutolock();

0 commit comments

Comments
 (0)