Skip to content

Commit 8b810f0

Browse files
committed
refactor: 修改OAuth2
1 parent ad37fde commit 8b810f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/authentication/component/OAUTH2.vue renamed to ui/src/views/authentication/component/OAuth2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import { MsgSuccess } from '@/utils/message'
8686
8787
const form = ref<any>({
8888
id: '',
89-
auth_type: 'OAUTH2',
89+
auth_type: 'OAuth2',
9090
config_data: {
9191
authEndpoint: '',
9292
tokenEndpoint: '',

0 commit comments

Comments
 (0)