Fix bug with blink auth flow (#44769)

This commit is contained in:
Bob Matcuk 2021-01-04 06:33:34 -05:00 committed by GitHub
parent 34bd70aee6
commit 0cff069c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)