mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +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:
@@ -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