LP1904036 Clear password in Verify Credentials after submitting
[evergreen-equinox.git] / 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);