From c9120b0bef3ece13cf9c8cea81fd29a6d6a9c781 Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Mon, 2 Jun 2025 21:12:05 -0400 Subject: [PATCH] docs(change-password-component): Change Password Update [18720] - Updated documentation. --- .../abstractions/policy/policy.service.abstraction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/admin-console/abstractions/policy/policy.service.abstraction.ts b/libs/common/src/admin-console/abstractions/policy/policy.service.abstraction.ts index 1d478c2249d..e76f011634e 100644 --- a/libs/common/src/admin-console/abstractions/policy/policy.service.abstraction.ts +++ b/libs/common/src/admin-console/abstractions/policy/policy.service.abstraction.ts @@ -67,7 +67,7 @@ export abstract class PolicyService { * Combines all Master Password policies that apply to the user that comes from the policies that * are passed to this function. * This would be used prior to obtaining a user id, such as before login for an org invite. - * @param policies The policies to be evaluated; if null or undefined, it will default to using policies from sync data. + * @param policies The policies to be evaluated. * @returns a set of options which represent the minimum Master Password settings that the user must * comply with in order to comply with **all** applicable Master Password policies. */