feat: Add edit/create/list sight page
This commit is contained in:
@@ -26,7 +26,7 @@ export const LoginPage = () => {
|
||||
|
||||
try {
|
||||
await login(email, password);
|
||||
navigate("/sights");
|
||||
navigate("/sight");
|
||||
toast.success("Вход в систему выполнен успешно");
|
||||
} catch (err) {
|
||||
setError(
|
||||
|
||||
Reference in New Issue
Block a user