partner bid page

This commit is contained in:
2023-02-23 14:57:26 +03:00
parent e26b8cc22e
commit 15ed4b8c1d
10 changed files with 565 additions and 4 deletions

View File

@ -22,7 +22,7 @@ const AuthForPartners = () => {
useEffect(()=> {
if (isAuth || getToken) {
navigate('/')
navigate('/profile')
}
}, [getToken]);