improved autologout

This commit is contained in:
Eduardo Silva 2025-03-01 12:13:00 -03:00
parent ab281b7c7e
commit 2c15294d7d

View File

@ -141,8 +141,8 @@
<script>
setTimeout(function() {
window.location.reload();
}, 10000);
window.location.href = "/invite/?token={{ peer_invite.uuid }}";
}, 300 * 1000);
</script>
{% if authenticated %}