add logout in AuthBlock and fix layout

This commit is contained in:
2024-01-10 16:28:33 +03:00
parent 0764002a60
commit 8d0cb1c831
4 changed files with 102 additions and 17 deletions

View File

@ -104,7 +104,6 @@ export const AuthBox = ({ title }) => {
alt="eye"
/>
</div>
{error && (
<div className="auth-box__form-error">
<ModalErrorLogin
@ -114,7 +113,6 @@ export const AuthBox = ({ title }) => {
/>
</div>
)}
<div className="auth-box__form-buttons">
<button
className="auth-box__form-btn"