diff --git a/common/src/services/usernameGeneration.service.ts b/common/src/services/usernameGeneration.service.ts index df8cba2b3d..ca27607168 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", };