mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-27 05:41:15 +00:00
improved autologout
This commit is contained in:
@@ -141,8 +141,8 @@
|
||||
|
||||
<script>
|
||||
setTimeout(function() {
|
||||
window.location.reload();
|
||||
}, 10000);
|
||||
window.location.href = "/invite/?token={{ peer_invite.uuid }}";
|
||||
}, 300 * 1000);
|
||||
</script>
|
||||
|
||||
{% if authenticated %}
|
||||
|
Reference in New Issue
Block a user