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>
|
<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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user