Skip to content

Commit 31d4d2c

Browse files
committed
fix: remove unused test button from Saml2.vue
1 parent 9d23b62 commit 31d4d2c

File tree

1 file changed

+0
-5
lines changed
  • ui/src/views/system-setting/authentication/component

1 file changed

+0
-5
lines changed

ui/src/views/system-setting/authentication/component/Saml2.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@
9898
{{ $t('common.save') }}
9999
</el-button>
100100
</span>
101-
<span>
102-
<el-button @click="submit(authFormRef, 'test')" :disabled="loading">
103-
{{ $t('views.system.test') }}</el-button
104-
>
105-
</span>
106101
</div>
107102
</div>
108103
</el-scrollbar>

0 commit comments

Comments
 (0)