feat: response in mobile and accouting
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ export default function Home() {
|
||||
const router = useRouter();
|
||||
|
||||
useEffect(() => {
|
||||
router.push('/admin/login');
|
||||
router.replace('/admin/login');
|
||||
}, [router]);
|
||||
|
||||
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user