mirror of
https://github.com/esphome/esphome.git
synced 2024-11-03 08:50:30 +01:00
Fix HA addon so it does not have logout button (#2558)
This commit is contained in:
parent
cb48394e8a
commit
8b11e5aeb1
@ -597,7 +597,7 @@ class MainRequestHandler(BaseHandler):
|
||||
get_template_path("index"),
|
||||
begin=begin,
|
||||
**template_args(),
|
||||
login_enabled=settings.using_auth,
|
||||
login_enabled=settings.using_password,
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user