mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
Fix HA addon so it does not have logout button (#2558)
This commit is contained in:
parent
43bbd58a44
commit
9ac365feef
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ class MainRequestHandler(BaseHandler):
|
||||||
get_template_path("index"),
|
get_template_path("index"),
|
||||||
begin=begin,
|
begin=begin,
|
||||||
**template_args(),
|
**template_args(),
|
||||||
login_enabled=settings.using_auth,
|
login_enabled=settings.using_password,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue