mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Merged with master and fixed conflicts
This commit is contained in:
@@ -22,10 +22,10 @@ export class PasswordGeneratorHistoryComponent implements OnInit {
|
||||
this.history = await this.passwordGenerationService.getHistory();
|
||||
}
|
||||
|
||||
clear() {
|
||||
clear = async () => {
|
||||
this.history = [];
|
||||
this.passwordGenerationService.clear();
|
||||
}
|
||||
await this.passwordGenerationService.clear();
|
||||
};
|
||||
|
||||
copy(password: string) {
|
||||
const copyOptions = this.win != null ? { window: this.win } : null;
|
||||
|
||||
Reference in New Issue
Block a user