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: '',