diff --git a/internal/handler/msg_createuser.go b/internal/handler/msg_createuser.go index a9ab8d691ecf..e02e26bfc738 100644 --- a/internal/handler/msg_createuser.go +++ b/internal/handler/msg_createuser.go @@ -46,7 +46,6 @@ func (h *Handler) MsgCreateUser(ctx context.Context, msg *wire.OpMsg) (*wire.OpM return nil, err } - // TODO https://github.com/FerretDB/FerretDB/issues/4142 if dbName != "$external" && !document.Has("pwd") { return nil, handlererrors.NewCommandErrorMsg( handlererrors.ErrBadValue,