1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 10:13:42 +00:00

[Help] Update links to new pattern (#1758)

This commit is contained in:
Vincent Salucci
2022-02-08 17:42:53 -06:00
committed by GitHub
parent 427ff09af0
commit 3491c1aaeb
4 changed files with 9 additions and 9 deletions

View File

@@ -328,7 +328,7 @@ namespace Bit.App.Pages
AppResources.Cancel, null, options.ToArray());
if (method == AppResources.RecoveryCodeTitle)
{
_platformUtilsService.LaunchUri("https://help.bitwarden.com/article/lost-two-step-device/");
_platformUtilsService.LaunchUri("https://bitwarden.com/help/lost-two-step-device/");
}
else if (method != AppResources.Cancel && method != null)
{