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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user