1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Password reprompt fixes (#926)

* Hide card number when hidden

* Avoid double password prompts

* Bump jslib
This commit is contained in:
Oscar Hinton
2021-05-28 20:08:44 +02:00
committed by GitHub
parent c89da7f12b
commit c7345197f7
5 changed files with 39 additions and 14 deletions

View File

@@ -77,6 +77,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges,
onWindowHidden() {
this.showPassword = false;
this.showCardNumber = false;
this.showCardCode = false;
if (this.cipher !== null && this.cipher.hasFields) {
this.cipher.fields.forEach(field => {