From: Bill Erickson Date: Thu, 10 Feb 2022 15:21:59 +0000 (-0500) Subject: LP1904036 Clear password in Verify Credentials after submitting X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=325507b7c39680647e457fbf7edbcc84c3a33ace;p=evergreen%2Fequinox.git LP1904036 Clear password in Verify Credentials after submitting Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/test-password.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/patron/test-password.component.ts index f0ae5311c4..45c31608bb 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/test-password.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/test-password.component.ts @@ -81,6 +81,8 @@ export class TestPatronPasswordComponent implements OnInit, AfterViewInit { .subscribe(resp => { const evt = this.evt.parse(resp); + this.password = null; + if (evt) { console.error(evt); alert(evt);