Fix typo in auth (#119388)
This commit is contained in:
parent
904b89df80
commit
27fe00125d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ async def auth_manager_from_config(
|
|||
) -> AuthManager:
|
||||
"""Initialize an auth manager from config.
|
||||
|
||||
CORE_CONFIG_SCHEMA will make sure do duplicated auth providers or
|
||||
CORE_CONFIG_SCHEMA will make sure no duplicated auth providers or
|
||||
mfa modules exist in configs.
|
||||
"""
|
||||
store = auth_store.AuthStore(hass)
|
||||
|
|
Loading…
Add table
Reference in a new issue