mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 15:03:26 +00:00
incorrectly serialized symmetric crypto key in session storage (#18150)
This commit is contained in:
@@ -578,7 +578,7 @@ export default class MainBackground {
|
||||
"ephemeral",
|
||||
"bitwarden-ephemeral",
|
||||
);
|
||||
await sessionStorage.save("session-key", derivedKey);
|
||||
await sessionStorage.save("session-key", derivedKey.toJSON());
|
||||
return derivedKey;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user