bitwarden / mobile

Retired Bitwarden mobile app for iOS and Android (MAUI/Xamarin).
https://bitwarden.com
GNU General Public License v3.0
155 stars 25 forks source link

[PM-8051] Fix WebAuthenticator getting the Window properly on iOS Autofill extension 2FA WebAuthn #3239

Closed fedemkr closed 6 months ago

fedemkr commented 6 months ago

Type of change

Objective

Fix for WebAuthn 2FA not working on iOS Autofill extension given that the UIWindow was not getting properly gotten. This fixes it by using our custom workaround for it. This affects WebAuthn as well as could affect Captcha views.

Code changes

Before you submit