Skip to content

Commit bb73655

Browse files
committed
Write to stderr when onboarding shared space fails
1 parent 8c2febd commit bb73655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

domain/space/endpoint.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ func (h *Handler) AcceptInvitation(w http.ResponseWriter, r *http.Request) {
820820

821821
if len(model.Serial) == 0 || len(model.Firstname) == 0 || len(model.Lastname) == 0 || len(model.Password) == 0 {
822822
response.WriteMissingDataError(w, method, "Serial, Firstname, Lastname, Password")
823+
h.Runtime.Log.Error(method, err)
823824
return
824825
}
825826

0 commit comments

Comments
 (0)