From 4048a6b89b62f2b6cb19bedac1b3e3c6a8ea4d84 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Wed, 23 Jul 2025 15:10:19 +0200 Subject: [PATCH] Update libs/common/src/key-management/master-password/abstractions/master-password.service.abstraction.ts Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> --- .../abstractions/master-password.service.abstraction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/key-management/master-password/abstractions/master-password.service.abstraction.ts b/libs/common/src/key-management/master-password/abstractions/master-password.service.abstraction.ts index ffceb3d8e3a..6938c5ff6fe 100644 --- a/libs/common/src/key-management/master-password/abstractions/master-password.service.abstraction.ts +++ b/libs/common/src/key-management/master-password/abstractions/master-password.service.abstraction.ts @@ -107,7 +107,7 @@ export abstract class InternalMasterPasswordServiceAbstraction extends MasterPas /** * Set the master key hash for the user. * Note: Use {@link clearMasterKeyHash} to clear the master key hash. - * @deprecated + * @deprecated Interacting with the master-key directly is deprecated. * @param masterKeyHash The master key hash. * @param userId The user ID. * @throws If the user ID or master key hash is missing.