From 8f7c4951b8a1eec7892d189c7b2bbe9294b94d8a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 25 May 2017 23:33:50 -0400 Subject: [PATCH] help article for lost 2fa --- 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 0220d8a7d..306843b82 100644 --- a/src/App/Pages/LoginTwoFactorPage.cs +++ b/src/App/Pages/LoginTwoFactorPage.cs @@ -130,7 +130,7 @@ namespace Bit.App.Pages private void Lost2FAApp() { - Device.OpenUri(new Uri("https://vault.bitwarden.com/#/recover")); + Device.OpenUri(new Uri("https://help.bitwarden.com/article/lost-two-step-device/")); } private async void Entry_Completed(object sender, EventArgs e)