mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 12:40:26 +00:00
Add cleanup comment
This commit is contained in:
@@ -5,6 +5,8 @@ import { SigningKey, SigningKeyType, VerifyingKey } from "@bitwarden/key-managem
|
||||
export class AccountKeysRequest {
|
||||
userKeyEncryptedAccountPrivateKey: string;
|
||||
accountPublicKey: string;
|
||||
|
||||
// Cleanup: These should be non-optional after the featureflag is rolled out, and users MUST upgrade https://bitwarden.atlassian.net/browse/PM-21768
|
||||
signedPublicKeyOwnershipClaim: string | null;
|
||||
|
||||
userKeyEncryptedSigningKey: string | null;
|
||||
|
||||
Reference in New Issue
Block a user