1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Mark legacy rotation as deprecated

This commit is contained in:
Bernd Schoolmann
2025-02-05 10:53:29 +01:00
parent e3cd3cdd51
commit b2e37594bc

View File

@@ -205,6 +205,7 @@ export class UserKeyRotationService {
/**
* Creates a new user key and re-encrypts all required data with the it.
* @param masterPassword current master password (used for validation)
* @deprecated
*/
async rotateUserKeyAndEncryptedDataLegacy(masterPassword: string, user: Account): Promise<void> {
this.logService.info("[Userkey rotation] Starting legacy user key rotation...");