Fix bug with blink auth flow (#44769)

pull/44881/head
Bob Matcuk 2021-01-04 06:33:34 -05:00 committed by Franck Nijhof
parent 506fdc877a
commit f42ce2b0d1
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 0 deletions

View File

@ -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)