[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
parent 128fcc871c
commit ce7ba8f498
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,
}
}