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> <script>
setTimeout(function() { setTimeout(function() {
window.location.reload(); window.location.href = "/invite/?token={{ peer_invite.uuid }}";
}, 10000); }, 300 * 1000);
</script> </script>
{% if authenticated %} {% if authenticated %}