This commit is contained in:
Виталий Лавшонок
2025-10-23 18:42:47 +03:00
parent d419e06d65
commit a1576dd16f
3 changed files with 16 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ const Register = () => {
useEffect(() => {
dispatch(setMenuActivePage("account"));
if (jwt) {
navigate("/home/offices");
navigate("/home");
}
}, [jwt]);