fix default forwardedService property name (#788)
This commit is contained in:
parent
c757cc7ab6
commit
9d411fd37d
|
@ -10,7 +10,7 @@ const DefaultOptions = {
|
|||
wordIncludeNumber: true,
|
||||
subaddressType: "random",
|
||||
catchallType: "random",
|
||||
forwardedType: "simplelogin",
|
||||
forwardedService: "simplelogin",
|
||||
forwardedAnonAddyDomain: "anonaddy.me",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue