fix and update

This commit is contained in:
lendry
2026-07-01 00:26:16 +03:00
parent a0c1722a8d
commit 115fc140af
7 changed files with 115 additions and 28 deletions

View File

@@ -143,7 +143,7 @@ export default function DataPage() {
const status = await fetchAccountDeletionStatus(userId, token);
setDeletionStatus(status);
} catch {
setDeletionStatus(null);
// Фоновый сбой gateway не должен сбрасывать уже показанный статус удаления.
}
}, [isPinLocked, token, userId]);