Новые правки в компоенты

This commit is contained in:
Web-serfer 2026-04-18 18:25:10 +05:00
parent e85d1ce668
commit 6f727aae7b
23 changed files with 1483 additions and 37 deletions

View file

@ -73,7 +73,7 @@ import { SITE_URL } from '@constants';
submitBtn.textContent = 'Отправка...';
try {
const response = await fetch('/api/auth/forgot-password', {
const response = await fetch('/api/auth/request-password-reset', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ email }),