fix: remove unused test button from Saml2.vue

This commit is contained in:
wxg0103 2025-12-10 14:21:03 +08:00
parent 9d23b6297d
commit 31d4d2c24a

View File

@ -98,11 +98,6 @@
{{ $t('common.save') }}
</el-button>
</span>
<span>
<el-button @click="submit(authFormRef, 'test')" :disabled="loading">
{{ $t('views.system.test') }}</el-button
>
</span>
</div>
</div>
</el-scrollbar>