mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-13 08:03:32 +02:00
Fix dashboard logout button and py3.8 removed hmac.new digestmod (#1156)
* Fix dashboard logout button and py3.8 removed hmac.new digestmod * Just use SHA256 No reason to use HMAC here, as authenticity is not an issue * Wrong branch * Clenaup
This commit is contained in:
@@ -52,7 +52,9 @@
|
||||
<li><a data-action="update-all" data-filename="{{ escape(config_dir) }}">Update All</a></li>
|
||||
<li><a data-action="edit" data-filename="secrets.yaml">Secrets Editor</a></li>
|
||||
<li class="divider"></li>
|
||||
<li><a href="{{ relative_url }}logout">Logout</a></li>
|
||||
{% if login_enabled %}
|
||||
<li><a href="{{ relative_url }}logout">Logout</a></li>
|
||||
{% end %}
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user