mirror of
https://github.com/bitwarden/browser
synced 2026-01-27 14:53:44 +00:00
typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user