mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Write to stderr when onboarding shared space fails
This commit is contained in:
parent
8c2febd636
commit
bb73655327
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue