diff --git a/web/app/components/plugins/plugin-auth/authorized/item.tsx b/web/app/components/plugins/plugin-auth/authorized/item.tsx index 47b6ce8c92..f8a1033de7 100644 --- a/web/app/components/plugins/plugin-auth/authorized/item.tsx +++ b/web/app/components/plugins/plugin-auth/authorized/item.tsx @@ -136,6 +136,13 @@ const Item = ({ > {credential.name} + { + credential.is_default && ( + + {t('plugin.auth.default')} + + ) + } ) }