chore: user apikeys

This commit is contained in:
jialin
2024-06-23 15:15:12 +08:00
parent a03a95a3bc
commit ff1cf01edf
24 changed files with 481 additions and 180 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ export default (initialState: API.UserInfo) => {
);
return {
canSeeAdmin,
canDelete: true
canDelete: true,
canLogin: true
};
};