From 325507b7c39680647e457fbf7edbcc84c3a33ace Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 10 Feb 2022 10:21:59 -0500 Subject: [PATCH] LP1904036 Clear password in Verify Credentials after submitting Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/patron/test-password.component.ts | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.11.0