From be697ada34919c00d3915de118be2e9b330283c9 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Tue, 22 Jul 2025 12:49:37 +0200 Subject: [PATCH] Update libs/common/src/key-management/master-password/services/master-password.service.ts Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> --- .../master-password/services/master-password.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/key-management/master-password/services/master-password.service.ts b/libs/common/src/key-management/master-password/services/master-password.service.ts index f237082d628..8c5c1077b55 100644 --- a/libs/common/src/key-management/master-password/services/master-password.service.ts +++ b/libs/common/src/key-management/master-password/services/master-password.service.ts @@ -245,8 +245,8 @@ export class MasterPasswordService implements InternalMasterPasswordServiceAbstr ) as MasterPasswordAuthenticationHash; return { - kdf, salt, + kdf, masterPasswordAuthenticationHash, } as MasterPasswordAuthenticationData; }