Verify Your OTP

swal.fire({ text: 'Password Updated Succesfully!', type: 'success', icon: 'success', confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', confirmButtonText: 'Okay', cancelButtonText: 'No, cancel it!' }).then(function(isConfirm) { if (isConfirm.value) { window.location.href = 'auth-login.php'; } else { } }); "; } } } ?>