Added check to verify and fetch token from server

This commit is contained in:
Alex Holliday
2024-07-23 12:27:23 -07:00
parent 39d78ac4d7
commit c77414f2d7
7 changed files with 61 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ const credentials = joi.object({
}
return value;
}),
role: joi.array().required(),
role: joi.array(),
});
const monitorValidation = joi.object({