This commit is contained in:
fullofempt
2025-12-15 13:18:18 +05:00
parent b5575b8e47
commit e4bfbd30cc
9 changed files with 738 additions and 747 deletions

View File

@@ -35,7 +35,7 @@ const RecPasswordCodePage = () => {
setError("");
console.log("Подтверждение кода:", code);
router.push("/home");
router.push("/");
// TODO: запрос на бэк и переход на страницу смены пароля
};