mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix typo in auth (#119388)
This commit is contained in:
parent
904b89df80
commit
27fe00125d
@ -53,7 +53,7 @@ async def auth_manager_from_config(
|
|||||||
) -> AuthManager:
|
) -> AuthManager:
|
||||||
"""Initialize an auth manager from config.
|
"""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.
|
mfa modules exist in configs.
|
||||||
"""
|
"""
|
||||||
store = auth_store.AuthStore(hass)
|
store = auth_store.AuthStore(hass)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user