[bugfix] Fix POST to create account endpoint (#3767)

This commit is contained in:
tobi 2025-02-09 13:52:52 +01:00 committed by GitHub
commit ce7ba8f498
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 83 additions and 2 deletions

View file

@ -41,6 +41,7 @@ func New(
return Processor{
state: state,
converter: converter,
oauthServer: oauthServer,
emailSender: emailSender,
}
}