more naming refactoring 'name' -> 'token' (#119)

This commit is contained in:
Michael Quigley
2022-11-30 12:46:19 -05:00
parent 483babe813
commit f9143c3a5b
28 changed files with 152 additions and 152 deletions

View File

@@ -77,5 +77,5 @@ func (self *inviteHandler) Handle(params account.InviteParams) middleware.Respon
logrus.Infof("account request for '%v' has registration token '%v'", params.Body.Email, ar.Token)
return account.NewInviteInternalServerError()
return account.NewInviteCreated()
}