diff --git a/app/frontend/src/components/admin/AdminAPIsTable.vue b/app/frontend/src/components/admin/AdminAPIsTable.vue index 6d0af58b3..cafb69d10 100644 --- a/app/frontend/src/components/admin/AdminAPIsTable.vue +++ b/app/frontend/src/components/admin/AdminAPIsTable.vue @@ -26,6 +26,7 @@ export default { name: null, endpointUrl: null, code: null, + allowSendUserToken: false, }, show: false, }, @@ -98,6 +99,7 @@ export default { name: null, endpointUrl: null, code: null, + allowSendUserToken: false, }, show: false, }; @@ -271,6 +273,16 @@ export default { variant="outlined" :lang="lang" > + + +