mirror of
https://github.com/bitwarden/jslib
synced 2025-12-14 23:33:36 +00:00
fix default forwardedService property name (#788)
This commit is contained in:
@@ -10,7 +10,7 @@ const DefaultOptions = {
|
|||||||
wordIncludeNumber: true,
|
wordIncludeNumber: true,
|
||||||
subaddressType: "random",
|
subaddressType: "random",
|
||||||
catchallType: "random",
|
catchallType: "random",
|
||||||
forwardedType: "simplelogin",
|
forwardedService: "simplelogin",
|
||||||
forwardedAnonAddyDomain: "anonaddy.me",
|
forwardedAnonAddyDomain: "anonaddy.me",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user