fix default forwardedService property name (#788)
This commit is contained in:
parent
c757cc7ab6
commit
9d411fd37d
|
@ -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",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue