mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-04-19 00:45:16 +00:00
improved autologout
This commit is contained in:
parent
ab281b7c7e
commit
2c15294d7d
@ -141,8 +141,8 @@
|
||||
|
||||
<script>
|
||||
setTimeout(function() {
|
||||
window.location.reload();
|
||||
}, 10000);
|
||||
window.location.href = "/invite/?token={{ peer_invite.uuid }}";
|
||||
}, 300 * 1000);
|
||||
</script>
|
||||
|
||||
{% if authenticated %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user