mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
prod url for duo connector
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user