account token (#820, #834)

This commit is contained in:
Michael Quigley
2025-02-04 14:16:16 -05:00
parent 4e81bbf80b
commit fa8200a603
10 changed files with 24 additions and 20 deletions

View File

@ -55,5 +55,5 @@ func (h *createAccountHandler) Handle(params admin.CreateAccountParams, principa
logrus.Infof("administratively created account '%v'", params.Body.Email)
return admin.NewCreateAccountCreated().WithPayload(&admin.CreateAccountCreatedBody{Token: token})
return admin.NewCreateAccountCreated().WithPayload(&admin.CreateAccountCreatedBody{AccountToken: token})
}