mirror of
https://github.com/bitwarden/browser
synced 2026-02-15 07:54:55 +00:00
11 lines
319 B
HTML
11 lines
319 B
HTML
<auth-input-password
|
|
[inputPasswordFlow]="
|
|
InputPasswordFlow.ChangeExistingPasswordAndOptionallyRotateAccountEncryptionKey
|
|
"
|
|
[email]="email"
|
|
[masterPasswordPolicyOptions]="masterPasswordPolicyOptions"
|
|
[inlineButtons]="true"
|
|
[primaryButtonText]="{ key: 'changeMasterPassword' }"
|
|
>
|
|
</auth-input-password>
|