1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-27 14:53:44 +00:00
This commit is contained in:
Maciej Zieniuk
2026-01-23 20:17:33 +00:00
parent 4273a263a6
commit a45d1fa463

View File

@@ -67,7 +67,7 @@ export class SessionKeyResolveService {
"ephemeral",
"bitwarden-ephemeral",
);
await sessionStorage.save("session-key", derivedKey.toJSON());
await this.storageService.save("session-key", derivedKey.toJSON());
return derivedKey;
}
}