mirror of
https://github.com/openziti/zrok.git
synced 2025-08-24 14:05:26 +02:00
more naming refactoring 'name' -> 'token' (#119)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user