From 665e66a9a600ba142dc88e31339d21d0157232ce Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 29 Jun 2017 15:03:48 -0400 Subject: [PATCH] prod url for duo connector --- src/App/Pages/LoginTwoFactorPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Pages/LoginTwoFactorPage.cs b/src/App/Pages/LoginTwoFactorPage.cs index 6d90dc477..f70515951 100644 --- a/src/App/Pages/LoginTwoFactorPage.cs +++ b/src/App/Pages/LoginTwoFactorPage.cs @@ -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