mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-01 18:47:47 +00:00
untested but that should work
This commit is contained in:
@@ -129,7 +129,13 @@ $('document').ready(function() {
|
||||
$("#pw").change(function(){
|
||||
hibpCheck($("#pw").value);
|
||||
return true;
|
||||
})
|
||||
});
|
||||
$("#pw").closest("form").submit(function(event){
|
||||
if($("#pwned").value > -1) {return;};
|
||||
event.preventDefault();
|
||||
hibpCheck($("#pw").value)
|
||||
event.trigger();
|
||||
});
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user