mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-05 09:01:11 +01:00
restrict workaround to Android
This commit is contained in:
parent
69688cfb98
commit
c2753d5dc4
@ -179,7 +179,9 @@ namespace Bit.App.Pages
|
||||
break;
|
||||
case TwoFactorProviderType.Duo:
|
||||
case TwoFactorProviderType.OrganizationDuo:
|
||||
#if ANDROID
|
||||
SetDuoWebViewHeight();
|
||||
#endif
|
||||
var host = WebUtility.UrlEncode(providerData["Host"] as string);
|
||||
var req = WebUtility.UrlEncode(providerData["Signature"] as string);
|
||||
page.DuoWebView.Uri = $"{_webVaultUrl}/duo-connector.html?host={host}&request={req}";
|
||||
|
Loading…
Reference in New Issue
Block a user