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:
@@ -5,7 +5,7 @@ namespace Bit.Core.Enums
|
||||
public enum ForwardedEmailServiceType
|
||||
{
|
||||
None = -1,
|
||||
[LocalizableEnum("AnonAddy")]
|
||||
[LocalizableEnum("AddyIo")]
|
||||
AnonAddy = 0,
|
||||
[LocalizableEnum("FirefoxRelay")]
|
||||
FirefoxRelay = 1,
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user