1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-02 04:37:50 +02:00

help site articles

This commit is contained in:
Kyle Spearrin 2017-05-30 14:52:57 -04:00
parent 6ddbea316a
commit 29dddd7d62
2 changed files with 4 additions and 4 deletions

View File

@ -274,7 +274,7 @@ namespace Bit.App.Pages
}
_googleAnalyticsService.TrackAppEvent("OpenedSetting", "TwoStep");
Device.OpenUri(new Uri("https://vault.bitwarden.com"));
Device.OpenUri(new Uri("https://help.bitwarden.com/article/setup-two-step-login/"));
}
private async void LockOptionsCell_Tapped(object sender, EventArgs e)
@ -370,7 +370,7 @@ namespace Bit.App.Pages
}
_googleAnalyticsService.TrackAppEvent("OpenedSetting", "ChangePassword");
Device.OpenUri(new Uri("https://vault.bitwarden.com"));
Device.OpenUri(new Uri("https://help.bitwarden.com/article/change-your-master-password/"));
}
private async void ChangeEmailCell_Tapped(object sender, EventArgs e)
@ -382,7 +382,7 @@ namespace Bit.App.Pages
}
_googleAnalyticsService.TrackAppEvent("OpenedSetting", "ChangeEmail");
Device.OpenUri(new Uri("https://vault.bitwarden.com"));
Device.OpenUri(new Uri("https://help.bitwarden.com/article/change-your-email/"));
}
private void FingerprintCell_Changed(object sender, EventArgs e)

View File

@ -149,7 +149,7 @@ namespace Bit.App.Pages
}
_googleAnalyticsService.TrackAppEvent("OpenedTool", "Import");
Device.OpenUri(new Uri("https://vault.bitwarden.com"));
Device.OpenUri(new Uri("https://help.bitwarden.com/article/import-data/"));
}
public class ToolsViewCell : ExtendedViewCell