mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
add PasswordSettingsComponent ngOnInit
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
[masterPasswordPolicyOptions]="masterPasswordPolicyOptions"
|
||||
[inlineButtons]="true"
|
||||
[primaryButtonText]="{ key: 'changeMasterPassword' }"
|
||||
(onPasswordFormSubmit)="handlePasswordFormSubmit($event)"
|
||||
>
|
||||
</auth-input-password>
|
||||
|
||||
@@ -9,6 +9,7 @@ import {
|
||||
InputPasswordComponent,
|
||||
InputPasswordFlow,
|
||||
} from "../input-password/input-password.component";
|
||||
import { PasswordInputResult } from "../input-password/password-input-result";
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
@@ -36,4 +37,8 @@ export class ChangeExistingPasswordComponent implements OnInit {
|
||||
this.policyService.masterPasswordPolicyOptions$(),
|
||||
);
|
||||
}
|
||||
|
||||
handlePasswordFormSubmit(passwordInputResult: PasswordInputResult) {
|
||||
// TODO-rr-bw: Full Sync if Rotate User Key is true (see setupSubmitActions)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user