Container: add demo plugin
All checks were successful
/ build (push) Successful in 5s
/ test (push) Successful in 6s

This commit is contained in:
phil 2025-02-12 03:21:06 +01:00
parent 64f6a90f22
commit 0464047f8a
2 changed files with 4 additions and 1 deletions

View file

@ -56,7 +56,7 @@
Account management
</button>
{% endif %}
<button onclick="location.href='{{ request.url_for("refresh") }}'" class="refresh">Refresh</button>
<button onclick="location.href='{{ request.url_for("refresh") }}'" class="refresh">Refresh access token</button>
<button onclick="location.href='{{ request.url_for("logout") }}'" class="logout">Logout</button>
</div>
{% endif %}