1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Write to stderr when onboarding shared space fails

This commit is contained in:
McMatts 2019-03-04 19:00:15 +00:00
parent 8c2febd636
commit bb73655327

View file

@ -820,6 +820,7 @@ func (h *Handler) AcceptInvitation(w http.ResponseWriter, r *http.Request) {
if len(model.Serial) == 0 || len(model.Firstname) == 0 || len(model.Lastname) == 0 || len(model.Password) == 0 {
response.WriteMissingDataError(w, method, "Serial, Firstname, Lastname, Password")
h.Runtime.Log.Error(method, err)
return
}