Skip to content
Snippets Groups Projects
Unverified Commit 27fe0012 authored by Erik Montnemery's avatar Erik Montnemery Committed by GitHub
Browse files

Fix typo in auth (#119388)

parent 904b89df
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment