diff --git a/src/static/webldappasswd.js b/src/static/webldappasswd.js index 5d8003f..de8ab1e 100644 --- a/src/static/webldappasswd.js +++ b/src/static/webldappasswd.js @@ -95,6 +95,7 @@ function changePasswords() { switch(response.status) { case 202: showModal("Success"); + clearFields(); break; case 401: showModal("InvalidCredentials");