This commit is contained in:
KhatamNugraha
2023-09-06 17:44:33 +07:00

View File

@ -7,9 +7,15 @@ var KTSigninGeneral = function () {
fields: {
email: {
validators: {
<<<<<<< HEAD
notEmpty: { message: "User ID is required" }
}
}, password: { validators: { notEmpty: { message: "The password is required" } } }
=======
notEmpty: {message: "User ID is required"}
}
}, password: {validators: {notEmpty: {message: "The password is required"}}}
>>>>>>> 65399f816aeb801ace04e36b378a47806c904a11
},
plugins: {
trigger: new FormValidation.plugins.Trigger,
@ -31,7 +37,11 @@ var KTSigninGeneral = function () {
icon: "error",
buttonsStyling: !1,
confirmButtonText: "Ok, got it!",
<<<<<<< HEAD
customClass: { confirmButton: "btn btn-primary" }
=======
customClass: {confirmButton: "btn btn-primary"}
>>>>>>> 65399f816aeb801ace04e36b378a47806c904a11
})
})).catch((function (t) {
Swal.fire({
@ -39,7 +49,11 @@ var KTSigninGeneral = function () {
icon: "error",
buttonsStyling: !1,
confirmButtonText: "Ok, got it!",
<<<<<<< HEAD
customClass: { confirmButton: "btn btn-primary" }
=======
customClass: {confirmButton: "btn btn-primary"}
>>>>>>> 65399f816aeb801ace04e36b378a47806c904a11
})
})).then((() => {
e.removeAttribute("data-kt-indicator"), e.disabled = !1
@ -48,7 +62,11 @@ var KTSigninGeneral = function () {
icon: "error",
buttonsStyling: !1,
confirmButtonText: "Ok, got it!",
<<<<<<< HEAD
customClass: { confirmButton: "btn btn-primary" }
=======
customClass: {confirmButton: "btn btn-primary"}
>>>>>>> 65399f816aeb801ace04e36b378a47806c904a11
})
}))
}))