redirect
This commit is contained in:
@@ -107,7 +107,7 @@ const SideBar: FC = () => {
|
||||
if (!isLogin)
|
||||
return (
|
||||
<div className='flex-1 flex items-end justify-center px-12'>
|
||||
<Link className='w-full' href={`${LOGIN_URL}?redirect=${encodeURIComponent(window.location.href)}`}>
|
||||
<Link className='w-full' href={`${LOGIN_URL}`}>
|
||||
<Button
|
||||
label='ورود | ثبت نام'
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user