1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 12:40:26 +00:00

Add cleanup comment

This commit is contained in:
Bernd Schoolmann
2025-05-19 12:11:11 +02:00
parent c5241759ff
commit 43538c2de9

View File

@@ -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;