1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 10:23:52 +00:00

change orgId input to masterPasswordPolicyOptions (#9833)

This commit is contained in:
rr-bw
2024-06-26 10:06:50 -07:00
committed by GitHub
parent 5a74371672
commit 31e5337ecf
5 changed files with 37 additions and 62 deletions

View File

@@ -22,8 +22,8 @@ the parent component to act on those values as needed.
`InputPasswordComponent` can create a master key.
- `buttonText` (optional) - an `i18n` translated string that can be used as button text (default
text is "Set master password").
- `orgId` (optional) - used to retreive and enforce the master password policy requirements for an
org.
- `masterPasswordPolicyOptions` (optional) - used to display and enforce master password policy
requirements.
<br />