1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

feedback from fastmail (#3375)

* feedback from fastmail

* follow redirects for getting account id api
This commit is contained in:
Kyle Spearrin
2022-08-25 10:54:02 -04:00
committed by GitHub
parent bd88b5b365
commit bb70113279
10 changed files with 32 additions and 55 deletions

View File

@@ -131,7 +131,6 @@ export class UsernameGenerationService implements BaseUsernameGenerationService
} else if (o.forwardedService === "fastmail") {
forwarder = new FastmailForwarder();
forwarderOptions.apiKey = o.forwardedFastmailApiToken;
forwarderOptions.fastmail.accountId = o.forwardedFastmailAccountId;
} else if (o.forwardedService === "duckduckgo") {
forwarder = new DuckDuckGoForwarder();
forwarderOptions.apiKey = o.forwardedDuckDuckGoToken;