config
config copied to clipboard
default should allow empty
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).