mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
add option to make button block/inline (#10197)
This commit is contained in:
@@ -56,6 +56,7 @@ export class InputPasswordComponent {
|
||||
@Input() buttonText: string;
|
||||
@Input() masterPasswordPolicyOptions: MasterPasswordPolicyOptions | null = null;
|
||||
@Input() loading: boolean = false;
|
||||
@Input() btnBlock: boolean = true;
|
||||
|
||||
private minHintLength = 0;
|
||||
protected maxHintLength = 50;
|
||||
|
||||
Reference in New Issue
Block a user