LP1904036 Clear password in Verify Credentials after submitting
authorBill Erickson <berickxx@gmail.com>
Thu, 10 Feb 2022 15:21:59 +0000 (10:21 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:41 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/circ/patron/test-password.component.ts

index f0ae531..45c3160 100644 (file)
@@ -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);