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
1 changed files with 1 additions and 1 deletions

View File

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