diff --git a/libs/common/src/key-management/kdf/change-kdf.service.ts b/libs/common/src/key-management/kdf/change-kdf.service.ts index 5b8d86e57a9..a3505d04f7d 100644 --- a/libs/common/src/key-management/kdf/change-kdf.service.ts +++ b/libs/common/src/key-management/kdf/change-kdf.service.ts @@ -70,7 +70,7 @@ export class DefaultChangeKdfService implements ChangeKdfService { const serverMasterKeyHash = await this.keyService.hashMasterKey( masterPassword, masterKey, - HashPurpose.ServerAuthorization, + HashPurpose.LocalAuthorization, ); await this.masterPasswordService.setMasterKeyHash(serverMasterKeyHash, userId); await this.masterPasswordService.setMasterKey(masterKey, userId);