mirror of
https://github.com/openziti/zrok.git
synced 2024-11-21 23:53:19 +01:00
remove token from account created message
This commit is contained in:
parent
2cc6e9524c
commit
92262cf379
@ -75,7 +75,7 @@ func (h *registerHandler) Handle(params account.RegisterParams) middleware.Respo
|
||||
return account.NewRegisterInternalServerError()
|
||||
}
|
||||
|
||||
logrus.Infof("created account '%v' with token '%v'", a.Email, a.Token)
|
||||
logrus.Infof("created account '%v'", a.Email)
|
||||
|
||||
return account.NewRegisterOK().WithPayload(&rest_model_zrok.RegisterResponse{Token: a.Token})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user