mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-08 18:59:47 +00:00
fix: Fix the uncaught exception when face capture fails
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user