1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +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

@@ -6,7 +6,6 @@ export class ForwarderOptions {
}
export class FastmailForwarderOptions {
accountId: string;
prefix: string;
}