mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-09 03:09:34 +00:00
perf: Login confirm return failed (#13560)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
@@ -163,9 +163,9 @@ $(document).ready(function () {
|
||||
}).on('click', '.btn-return', function () {
|
||||
cancelTicket();
|
||||
cancelCloseConfirm();
|
||||
setTimeout(() => {
|
||||
window.location = "{% url 'authentication:login' %}"
|
||||
}, 1000);
|
||||
clearInterval(interval);
|
||||
clearInterval(checkInterval);
|
||||
window.location = "{% url 'authentication:logout' %}"
|
||||
})
|
||||
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user