1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 17:53:47 +00:00

Add privacy policy link to about screen (#2954)

This commit is contained in:
mpbw2
2024-01-24 15:07:39 -05:00
committed by GitHub
parent f3537b1a74
commit 3f10a6be24
5 changed files with 32 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
public const string HELP_ABOUT_ORGANIZATIONS = "https://bitwarden.com/help/about-organizations/";
public const string HELP_FINGERPRINT_PHRASE = "https://bitwarden.com/help/fingerprint-phrase/";
public const string CONTACT_SUPPORT = "https://bitwarden.com/contact/";
public const string PRIVACY_POLICY = "https://bitwarden.com/privacy/";
/// <summary>
/// Link to go to settings website. Requires to pass website URL as parameter.