Move Local OAuth http endpoint registration to auth component (#69507)

This commit is contained in:
Allen Porter
2022-04-06 22:34:31 -07:00
committed by GitHub
parent 8ef7ac1877
commit c07100e519
19 changed files with 25 additions and 24 deletions

View File

@ -173,7 +173,7 @@ def _custom_tasks(template, info: Info) -> None:
)
elif template == "config_flow_oauth2":
info.update_manifest(config_flow=True, dependencies=["http"])
info.update_manifest(config_flow=True, dependencies=["auth"])
info.update_strings(
config={
"step": {