mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
prod url for duo connector
This commit is contained in:
parent
06dc4117c7
commit
665e66a9a6
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace Bit.App.Pages
|
||||||
|
|
||||||
var webView = new HybridWebView
|
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,
|
HorizontalOptions = LayoutOptions.FillAndExpand,
|
||||||
VerticalOptions = LayoutOptions.FillAndExpand,
|
VerticalOptions = LayoutOptions.FillAndExpand,
|
||||||
MinimumHeightRequest = 400
|
MinimumHeightRequest = 400
|
||||||
|
|
Loading…
Reference in a new issue