mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
help site articles
This commit is contained in:
parent
6ddbea316a
commit
29dddd7d62
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue