mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 12:13:45 +00:00
[PM-18721] update PasswordInputResult
This commit is contained in:
@@ -83,12 +83,13 @@ export enum InputPasswordFlow {
|
||||
}
|
||||
|
||||
interface InputPasswordForm {
|
||||
currentPassword?: FormControl<string>;
|
||||
|
||||
newPassword: FormControl<string>;
|
||||
newPasswordConfirm: FormControl<string>;
|
||||
|
||||
newPasswordHint?: FormControl<string>;
|
||||
|
||||
checkForBreaches?: FormControl<boolean>;
|
||||
currentPassword?: FormControl<string>;
|
||||
rotateUserKey?: FormControl<boolean>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user