login form validation

This commit is contained in:
Shaun Walker
2021-04-02 16:14:02 -04:00
parent 6606ebb58a
commit 61b73060e5
4 changed files with 102 additions and 64 deletions

View File

@ -362,5 +362,8 @@ Oqtane.Interop = {
setInterval(function () {
window.location.href = url;
}, wait * 1000);
},
formValid: function (formRef) {
return formRef.checkValidity();
}
};