mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-20 16:49:46 -06:00
- minor update
This commit is contained in:
@@ -151,7 +151,7 @@ const advancedSettingsValidation = joi.object({
|
||||
const found = value.match(regex);
|
||||
if (!found) {
|
||||
return helpers.message(
|
||||
"JWT TTL should start with a non zero number and ends with 'd' or 'h'"
|
||||
"JWT TTL should start with a non zero number and ends with 'd' or 'h'."
|
||||
);
|
||||
}
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user