Skip to content

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius authored Nov 25, 2019
1 parent 9090355 commit 5b2854b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/livebox/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ async def async_step_register(self, user_input=None):
"password": self.password,
},
)
else:
errors["base"] = "register_failed"

return self.async_show_form(step_id="register", errors=errors)

@staticmethod
Expand Down

0 comments on commit 5b2854b

Please sign in to comment.