1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

[PM-3442] Change AnonAddy to addy.io (#6027)

* Update anon-addy-forwarder.ts

* Update generator.component.ts
This commit is contained in:
Will Browning
2023-09-07 19:23:56 +02:00
committed by GitHub
parent a81c70360a
commit 30e8a906ab
2 changed files with 6 additions and 6 deletions

View File

@@ -244,7 +244,7 @@ export class GeneratorComponent implements OnInit {
private async initForwardOptions() {
this.forwardOptions = [
{ name: "AnonAddy", value: "anonaddy", validForSelfHosted: true },
{ name: "addy.io", value: "anonaddy", validForSelfHosted: true },
{ name: "DuckDuckGo", value: "duckduckgo", validForSelfHosted: false },
{ name: "Fastmail", value: "fastmail", validForSelfHosted: true },
{ name: "Firefox Relay", value: "firefoxrelay", validForSelfHosted: false },