1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 07:33:46 +00:00

[PM-3556] Change anonaddy to addy io (#2711)

* Update AppResources.af.resx

* Update AnonAddy references

* Reverted AnonAddy to AddyIo refactor, keeping text and url changes

---------

Co-authored-by: Andre Rosado <arosado@bitwarden.com>
This commit is contained in:
Will Browning
2023-09-08 16:23:51 +02:00
committed by GitHub
parent b0f1dd00ee
commit 382eee2ed3
67 changed files with 194 additions and 194 deletions

View File

@@ -5,7 +5,7 @@ namespace Bit.Core.Enums
public enum ForwardedEmailServiceType
{
None = -1,
[LocalizableEnum("AnonAddy")]
[LocalizableEnum("AddyIo")]
AnonAddy = 0,
[LocalizableEnum("FirefoxRelay")]
FirefoxRelay = 1,

View File

@@ -14,7 +14,7 @@ namespace Bit.Core.Services.EmailForwarders
public class AnonAddyForwarder : BaseForwarder<AnonAddyForwarderOptions>
{
protected override string RequestUri => "https://app.anonaddy.com/api/v1/aliases";
protected override string RequestUri => "https://app.addy.io/api/v1/aliases";
protected override bool CanGenerate(AnonAddyForwarderOptions options)
{