fix(api): ldap authentication

This commit is contained in:
pycook
2023-12-19 00:16:56 +08:00
parent 2d2fb6e1d6
commit fe22e363b4
5 changed files with 7 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
<a-space>
<a-button :loading="loading" type="primary" @click="handleSave">保存</a-button>
<template v-if="item.value === 'LDAP'">
<a-button :loading="loading" ghost type="primary" @click="handleTest('connect')">测试</a-button>
<a-button :loading="loading" ghost type="primary" @click="handleTest('connect')">测试</a-button>
<a-button :loading="loading" ghost type="primary" @click="handleTest('login')">测试登录</a-button>
</template>
<a-button :loading="loading" @click="handleReset">重置</a-button>