refactor: 支持LDAP登录

This commit is contained in:
caiyuchao
2025-08-22 19:12:04 +08:00
parent f7a37dd4b2
commit 41bc7d149e
6 changed files with 21 additions and 7 deletions

View File

@@ -89,7 +89,9 @@ defineExpose({
</slot>
<template #desc>
<slot name="subTitle">
{{ subTitle || $t('authentication.firstLoginResetPassword') }}
<span class="text-sm text-red-500">
{{ subTitle || $t('authentication.firstLoginResetPassword') }}
</span>
</slot>
</template>
</Title>