diff --git a/apps/vben5/packages/@abp/openiddict/src/components/applications/ApplicationModal.vue b/apps/vben5/packages/@abp/openiddict/src/components/applications/ApplicationModal.vue index a49a9fe8b..57cea20b8 100644 --- a/apps/vben5/packages/@abp/openiddict/src/components/applications/ApplicationModal.vue +++ b/apps/vben5/packages/@abp/openiddict/src/components/applications/ApplicationModal.vue @@ -125,6 +125,7 @@ const endpoints = reactive([ { label: 'device', value: 'device' }, { label: 'revocation', value: 'revocation' }, { label: 'introspection', value: 'introspection' }, + { label: 'pushed_authorization', value: 'pushed_authorization' }, ]); const getGrantTypes = computed(() => { const types = openIdConfiguration.value?.grant_types_supported ?? [];