diff --git a/contract/src/main/resources/swagger/kafbat-ui-api.yaml b/contract/src/main/resources/swagger/kafbat-ui-api.yaml index d1215ec87..f1ce3702c 100644 --- a/contract/src/main/resources/swagger/kafbat-ui-api.yaml +++ b/contract/src/main/resources/swagger/kafbat-ui-api.yaml @@ -2256,7 +2256,10 @@ paths: /auth: post: + tags: + - ApplicationConfig summary: Authenticate + operationId: authenticate requestBody: required: true content: diff --git a/frontend/src/components/AuthPage/AuthPage.tsx b/frontend/src/components/AuthPage/AuthPage.tsx index 9adf7f783..a5ce93313 100644 --- a/frontend/src/components/AuthPage/AuthPage.tsx +++ b/frontend/src/components/AuthPage/AuthPage.tsx @@ -1,7 +1,6 @@ import React from 'react'; import { useAuthSettings } from 'lib/hooks/api/appConfig'; -import Footer from './Footer/Footer'; import Header from './Header/Header'; import SignIn from './SignIn/SignIn'; import * as S from './AuthPage.styled'; @@ -13,7 +12,6 @@ function AuthPage() {
{data && } -