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

[PM-18721] update messaging

This commit is contained in:
rr-bw
2025-05-30 12:33:07 -07:00
parent 23dc740093
commit 5595ce7ee6
4 changed files with 11 additions and 4 deletions

View File

@@ -131,7 +131,6 @@ export class InputPasswordComponent implements OnInit {
@Input() userId?: UserId;
@Input() loading = false;
@Input() masterPasswordPolicyOptions: MasterPasswordPolicyOptions | null = null;
@Input() message: string = "";
@Input() inlineButtons = false;
@Input() primaryButtonText?: Translation;