mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
toggle cs hidden type visibility on add/edit
This commit is contained in:
@@ -188,4 +188,9 @@ export class AddEditComponent implements OnChanges {
|
||||
this.analytics.eventTrack.next({ action: 'Toggled Password on Edit' });
|
||||
this.showPassword = !this.showPassword;
|
||||
}
|
||||
|
||||
toggleFieldValue(field: FieldView) {
|
||||
const f = (field as any);
|
||||
f.showValue = !f.showValue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user