feat: inplement auth for cases

This commit is contained in:
Takeshi Kimata
2024-06-03 22:51:26 +09:00
parent e4db79047a
commit fe8b82cb4b
14 changed files with 106 additions and 98 deletions

View File

@@ -66,6 +66,8 @@ export type CasesMessages = {
priority: string;
actions: string;
deleteCase: string;
close: string;
areYouSure: string;
delete: string;
newTestCase: string;
status: string;