fix: Fix the uncaught exception when face capture fails

This commit is contained in:
Aaron3S
2024-11-22 18:08:57 +08:00
committed by feng626
parent 77598a0f23
commit 01b8c1f7a8
2 changed files with 17 additions and 10 deletions

View File

@@ -85,7 +85,7 @@
}
$('#retry_button').on('click', function () {
window.location.href = "{% url 'authentication:login-face-capture' %}";
window.location.href = "{{ request.get_full_path }}";
});
});
</script>