mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-28 17:18:23 +01:00
prod url for duo connector
This commit is contained in:
parent
06dc4117c7
commit
665e66a9a6
@ -187,7 +187,7 @@ namespace Bit.App.Pages
|
||||
|
||||
var webView = new HybridWebView
|
||||
{
|
||||
Uri = $"http://192.168.1.6:4001/duo-mobile.html?host={host}&request={req}",
|
||||
Uri = $"https://vault.bitwarden.com/duo-connector.html?host={host}&request={req}",
|
||||
HorizontalOptions = LayoutOptions.FillAndExpand,
|
||||
VerticalOptions = LayoutOptions.FillAndExpand,
|
||||
MinimumHeightRequest = 400
|
||||
|
Loading…
Reference in New Issue
Block a user