From 8def4f3e4abb0e6faf77f1a3c33fc3e6c8bef98f Mon Sep 17 00:00:00 2001
From: wxg0103 <727495428@qq.com>
Date: Fri, 13 Jun 2025 14:08:19 +0800
Subject: [PATCH] refactor: chat user auth ui
---
.../authentication/component/CAS.vue | 12 ++++++------
.../authentication/component/LDAP.vue | 2 +-
.../authentication/component/OAuth2.vue | 2 +-
.../authentication/component/OIDC.vue | 2 +-
.../system-chat-user/authentication/index.vue | 18 +++++++++---------
5 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ui/src/views/system-chat-user/authentication/component/CAS.vue b/ui/src/views/system-chat-user/authentication/component/CAS.vue
index f5f9aa7b2..46e1042f2 100644
--- a/ui/src/views/system-chat-user/authentication/component/CAS.vue
+++ b/ui/src/views/system-chat-user/authentication/component/CAS.vue
@@ -38,7 +38,7 @@
{{ $t('views.system.authentication.cas.enableAuthentication') }}
+ >{{ $t('views.system.authentication.cas.enableAuthentication') }}
@@ -53,11 +53,11 @@