config icon indicating copy to clipboard operation
config copied to clipboard

default should allow empty

Open estahn opened this issue 4 years ago • 0 comments

Bug Report

Current behavior

      AUTH_CLIENT_ID: {
        validate: Joi.string(),
        required: false,
        default: '',
      },

Returns with "default" attribute need to be provided.

Expected behavior

Default value is "" (empty string).

estahn avatar Jan 25 '21 04:01 estahn