mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-03 17:54:27 +02:00
improved autologout
This commit is contained in:
parent
ab281b7c7e
commit
2c15294d7d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue