mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
password generator
This commit is contained in:
@@ -176,11 +176,7 @@ export class VaultComponent implements OnInit {
|
||||
let modal = componentRef.instance as ModalComponent;
|
||||
let childComponent = modal.show<PasswordGeneratorComponent>(PasswordGeneratorComponent,
|
||||
this.passwordGeneratorModal);
|
||||
childComponent.in = 'hello';
|
||||
childComponent.out.subscribe((i: string) => {
|
||||
console.log(i);
|
||||
//modal.close();
|
||||
});
|
||||
childComponent.showSelect = true;
|
||||
}
|
||||
|
||||
private clearFilters() {
|
||||
|
||||
Reference in New Issue
Block a user