diff --git a/common/src/services/usernameGeneration.service.ts b/common/src/services/usernameGeneration.service.ts index df8cba2b..ca276071 100644 --- a/common/src/services/usernameGeneration.service.ts +++ b/common/src/services/usernameGeneration.service.ts @@ -10,7 +10,7 @@ const DefaultOptions = { wordIncludeNumber: true, subaddressType: "random", catchallType: "random", - forwardedType: "simplelogin", + forwardedService: "simplelogin", forwardedAnonAddyDomain: "anonaddy.me", };