mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-07 20:13:57 -05:00
Fixed indentation in config_flow.py
This commit is contained in:
@@ -140,8 +140,7 @@ class GarminConnectConfigFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
)
|
||||
|
||||
self._mfa_code = user_input[CONF_MFA]
|
||||
- _LOGGER.info(f"MFA CODE: {self._mfa_code}")
|
||||
+ _LOGGER.debug("MFA code received")
|
||||
_LOGGER.debug("MFA code received")
|
||||
|
||||
return await self._async_garmin_connect_mfa_login()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user