From 1a0c7a31449b02dcb99cbdd79cff69a95834ed16 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 4 Dec 2024 09:31:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9OAuth2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/authentication/component/{OAUTH2.vue => OAuth2.vue} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ui/src/views/authentication/component/{OAUTH2.vue => OAuth2.vue} (99%) diff --git a/ui/src/views/authentication/component/OAUTH2.vue b/ui/src/views/authentication/component/OAuth2.vue similarity index 99% rename from ui/src/views/authentication/component/OAUTH2.vue rename to ui/src/views/authentication/component/OAuth2.vue index f428bd7f9..38fa3d528 100644 --- a/ui/src/views/authentication/component/OAUTH2.vue +++ b/ui/src/views/authentication/component/OAuth2.vue @@ -86,7 +86,7 @@ import { MsgSuccess } from '@/utils/message' const form = ref({ id: '', - auth_type: 'OAUTH2', + auth_type: 'OAuth2', config_data: { authEndpoint: '', tokenEndpoint: '',