From 32b8261dbe9182be29c6c6886b45e0776649ab0a Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Mon, 26 Sep 2022 19:47:24 +0300 Subject: [PATCH] fix(#2680): bugs in layout --- .../AuthServiceApp/components/Login/index.tsx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/features/AuthServiceApp/components/Login/index.tsx b/src/features/AuthServiceApp/components/Login/index.tsx index 089db6f4..88a36a83 100644 --- a/src/features/AuthServiceApp/components/Login/index.tsx +++ b/src/features/AuthServiceApp/components/Login/index.tsx @@ -4,7 +4,7 @@ import { RecoveryPopup } from 'features/AuthServiceApp/components/RecoveryPopup' import { client } from 'features/AuthServiceApp/config/clients' import { PAGES } from '../../config/pages' -import { AuthProviders } from '../../config/authProviders' +// import { AuthProviders } from '../../config/authProviders' import { LanguageSelect } from '../LanguageSelect' import { PasswordInput } from '../PasswordInput' import { Input } from '../../../../components/Input' @@ -26,11 +26,11 @@ import { } from '../../styled' import { RegisterButton, - AuthButtonsContainer, - AuthButton, - AuthButtonText, - AuthButtonImage, - ContinueWith, + // AuthButtonsContainer, + // AuthButton, + // AuthButtonText, + // AuthButtonImage, + // ContinueWith, } from './styled' import { CompanyInfo } from '../../../CompanyInfo' @@ -41,7 +41,7 @@ const Login = () => { email, formError, formRef, - handleAuthButtonClick, + // handleAuthButtonClick, handleModalOpen, handleSubmit, isFetching, @@ -121,21 +121,21 @@ const Login = () => { - + {/* Google - - {/* + */} + {/* Facebook */} - {/* + {/* Apple ID */} - + {/* */}