1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

fix default forwardedService property name (#788)

This commit is contained in:
Kyle Spearrin 2022-05-02 11:26:32 -04:00 committed by GitHub
parent c757cc7ab6
commit 9d411fd37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ const DefaultOptions = {
wordIncludeNumber: true,
subaddressType: "random",
catchallType: "random",
forwardedType: "simplelogin",
forwardedService: "simplelogin",
forwardedAnonAddyDomain: "anonaddy.me",
};