Fix auth frontend
parent
5aa0158761
commit
de5533e3c2
|
@ -96,7 +96,7 @@ class IndexView(HomeAssistantView):
|
|||
if self.hass.config.api.api_password is None:
|
||||
auth = 'no_password_set'
|
||||
else:
|
||||
request.values.get('api_password', '')
|
||||
auth = request.values.get('api_password', '')
|
||||
|
||||
template = self.templates.get_template('index.html')
|
||||
|
||||
|
|
Loading…
Reference in New Issue