Now also resetting postdata (prevent against password leaks)

ref #103
This commit is contained in:
Nicolai Ort 2021-03-19 19:20:31 +01:00
parent 120d3c9dc8
commit 859f6e2567

View File

@ -54,6 +54,7 @@
.then((resp) => {
password_confirm = "";
password_change = "";
postdata = {};
Toastify({
text: $_('password-changed'),
duration: 2500,