1
0
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:
Kyle Spearrin 2017-06-29 15:03:48 -04:00
parent 06dc4117c7
commit 665e66a9a6

View File

@ -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