mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Fix comment in login_flow (#77600)
This commit is contained in:
@@ -240,7 +240,7 @@ class LoginFlowBaseView(HomeAssistantView):
|
||||
|
||||
|
||||
class LoginFlowIndexView(LoginFlowBaseView):
|
||||
"""View to create a config flow."""
|
||||
"""View to create a login flow."""
|
||||
|
||||
url = "/auth/login_flow"
|
||||
name = "api:auth:login_flow"
|
||||
|
Reference in New Issue
Block a user