mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 12:03:00 -06:00
[bugfix] Fix POST to create account endpoint (#3767)
This commit is contained in:
parent
128fcc871c
commit
ce7ba8f498
3 changed files with 83 additions and 2 deletions
|
|
@ -41,6 +41,7 @@ func New(
|
|||
return Processor{
|
||||
state: state,
|
||||
converter: converter,
|
||||
oauthServer: oauthServer,
|
||||
emailSender: emailSender,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue