1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

docs(change-password-component): Change Password Update [18720] - Updated documentation.

This commit is contained in:
Patrick Pimentel
2025-06-02 21:12:05 -04:00
parent db16cf0115
commit c9120b0bef

View File

@@ -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.
*/