1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-17 02:24:22 +02:00

help article for lost 2fa

This commit is contained in:
Kyle Spearrin 2017-05-25 23:33:50 -04:00
parent 6215a7d65e
commit 8f7c4951b8

View File

@ -130,7 +130,7 @@ namespace Bit.App.Pages
private void Lost2FAApp() 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) private async void Entry_Completed(object sender, EventArgs e)