Skip to content

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrunt57 authored Jan 2, 2025
1 parent 85729da commit ff4371a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ async def async_step_user_legacy(self, user_input=None):
password=self.config[CONF_PASSWORD],
outputpath=self.hass.config.path,
debug=self.config[CONF_DEBUG],
otp_secret=self[CONF_OTPSECRET],
otp_secret=self.config[CONF_OTPSECRET],
uuid=uuid,
oauth_login=True,
)
Expand Down

0 comments on commit ff4371a

Please sign in to comment.