1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

set generated password from add/edit

This commit is contained in:
Kyle Spearrin
2018-01-29 16:33:38 -05:00
parent ce84e8e428
commit 40c5cfa10b
5 changed files with 30 additions and 2 deletions

View File

@@ -68,7 +68,7 @@
</div>
</div>
<div class="modal-footer">
<button type="button" class="primary" appBlurClick *ngIf="showSelect">
<button type="button" class="primary" appBlurClick *ngIf="showSelect" (click)="select()">
<i class="fa fa-lg fa-check"></i> {{'select' | i18n}}
</button>
<button type="button" data-dismiss="modal">{{'close' | i18n}}</button>