mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix bug with blink auth flow (#44769)
This commit is contained in:
parent
34bd70aee6
commit
0cff069c98
@ -36,6 +36,7 @@ def _send_blink_2fa_pin(auth, pin):
|
||||
"""Send 2FA pin to blink servers."""
|
||||
blink = Blink()
|
||||
blink.auth = auth
|
||||
blink.setup_login_ids()
|
||||
blink.setup_urls()
|
||||
return auth.send_auth_key(blink, pin)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user