1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

fix error

This commit is contained in:
Florent Daigniere 2022-11-09 11:52:53 +01:00
parent cf6da1492e
commit c91c9df134

View File

@ -132,9 +132,7 @@ $('document').ready(function() {
});
$("#pw").closest("form").submit(function(event){
if (parseInt($("#pwned").val()) < 0) {
event.preventDefault();
hibpCheck($("#pw").val());
event.trigger();
}
});
}